Skip to content

Commit 81599a2

Browse files
committed
fix: typo in the meta theme color tag
1 parent e99eff5 commit 81599a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/app.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
content="a powerful website for storing and sharing text and code snippets. completely free and open source."
1919
/>
2020

21-
<meta name="themecolor" content="#ee720d" />
21+
<meta name="theme-color" content="#ee720d" />
2222

2323
<meta property="og:type" content="website" />
2424
<meta property="og:url" content="https://paste.myst.rs/" />

0 commit comments

Comments
 (0)