web icon indicating copy to clipboard operation
web copied to clipboard

Incorrectly rendered links in Colors and Palettes page

Open brandondong opened this issue 3 years ago • 0 comments

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";.

brandondong avatar Sep 28 '22 21:09 brandondong