mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
Fix typos
This commit is contained in:
parent
0d56796882
commit
408d8a348e
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue