mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Add cookie note so we don't break the law
This commit is contained in:
parent
db45433ec4
commit
ba9ba3a55e
2 changed files with 11 additions and 0 deletions
|
|
@ -39,6 +39,9 @@ proc renderPreferences*(prefs: Prefs; path: string; themes: seq[string]): VNode
|
|||
|
||||
renderPrefs()
|
||||
|
||||
h4(class="cookie-note"):
|
||||
text "Preferences are stored client-side using cookies without any personal information."
|
||||
|
||||
button(`type`="submit", class="pref-submit"):
|
||||
text "Save preferences"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue