Skip to content
Snippets Groups Projects
Commit f017e0eb authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

add link to settings page

parent 6d91721c
No related branches found
No related tags found
No related merge requests found
......@@ -26,5 +26,9 @@
"settings_store_settings_sync": {
"message": "Sync settings with browser account",
"description": "Sync settings with browser account"
},
"settings_store_settings_link": {
"message": "Open MetaGer Settings",
"description": "Link description to the MetaGer settings page"
}
}
\ No newline at end of file
......@@ -11,6 +11,10 @@ body {
margin-bottom: 1rem;
}
a:visited {
color: inherit;
}
body>h1 {
text-align: center;
}
......
......@@ -21,6 +21,7 @@
</label>
</div>
<div class="description" data-text="settings_store_settings_description"></div>
<a href="https://metager.org/meta/settings" data-text="settings_store_settings_link"></a>
</div>
<script src="strings.js"></script>
<script src="index.js" async></script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment