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 id: markdown-features
title: Style Guide - Markdown Features title: Style Guide - Markdown Features
sidebar_label: Markdown-Features sidebar_label: Markdown Features
--- ---
import { Dark, Light } from '/src/components/ColorMode'; import { Dark, Light } from '/src/components/ColorMode';
@ -40,7 +40,7 @@ import { Dark, Light } from '/src/components/ColorMode';
</Dark> </Dark>
<Light> <Light>
<div className="not-prose rounded-lg border bg-primary shadow-md"> <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 <img
src="https://picsum.photos/id/1028/600/200" src="https://picsum.photos/id/1028/600/200"
className="w-full rounded-lg shadow-md" className="w-full rounded-lg shadow-md"