fix: deduplicate different buttons

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2023-03-08 20:21:19 +01:00
parent 160f0f8297
commit aa6bd2a884
12 changed files with 44 additions and 194 deletions

View file

@ -3,6 +3,9 @@
"slogan": "Der beste Weg, Notizen zu schreiben und teilen.",
"title": "Gemeinschaftliche Markdown Notizen"
},
"navigation": {
"newNote": "Neue Notiz"
},
"landing": {
"intro": {
"exploreFeatures": "Alle Funktionen",

View file

@ -8,6 +8,9 @@
"title": "Test",
"content": "It works!"
},
"navigation": {
"newNote": "New Note"
},
"renderer": {
"highlightCode": {
"copyCode": "Copy code to clipboard"