nordtheme / web

The official Nord website and documentation
https://www.nordtheme.com
MIT License
96 stars 24 forks source link

Incorrectly rendered links in Colors and Palettes page #238

Open brandondong opened 1 year ago

brandondong commented 1 year ago

Description

Links on the Colors and Palettes page are not showing up properly.

Steps to Reproduce

  1. Navigate to https://www.nordtheme.com/docs/colors-and-palettes

Expected Behavior

"install and integrate Nord in your own projects" and "color swatches for your favorite applications" are supposed to be inline links.

Actual Behavior

They are rendered as div's.

Additional Context

image

Potential Solution

It looks to me like https://github.com/arcticicestudio/nord-docs/blob/main/content/docs/colors-and-palettes/index.mdx?plain=1 might be missing import Link from "atoms/core/Link";.