Fix typos

This commit is contained in:
Sacha Weatherstone 2022-04-07 20:04:17 +10:00
parent 0d56796882
commit 408d8a348e

View file

@ -1,7 +1,7 @@
---
id: markdown-features
title: Style Guide - Markdown Features
sidebar_label: Markdown-Features
sidebar_label: Markdown Features
---
import { Dark, Light } from '/src/components/ColorMode';
@ -40,7 +40,7 @@ import { Dark, Light } from '/src/components/ColorMode';
</Dark>
<Light>
<div className="not-prose rounded-lg border bg-primary shadow-md">
<p className="p-2 text-lg font-medium">This is only shown in dark mode.</p>
<p className="p-2 text-lg font-medium">This is only shown in light mode.</p>
<img
src="https://picsum.photos/id/1028/600/200"
className="w-full rounded-lg shadow-md"