feat: change Post-it to Memo

This commit is contained in:
Florian Schmitt 2025-06-04 19:00:32 +03:00
parent 71298ee166
commit 142dfbcbe5
2 changed files with 6 additions and 6 deletions

View file

@ -38,7 +38,7 @@ html(lang="fr")
h2 Exporter le tableau
button#export-txt.btn.btn-primary Format texte
button#export-csv.btn.btn-primary Format CSV
button#export-json.btn.btn-primary Format JSON (pour import dans Post-it)
button#export-json.btn.btn-primary Format JSON (pour import dans Memo)
div.names
p <i class="fa fa-fw fa-lg fa-users"></i> connectés :
input#yourname-input
@ -85,9 +85,9 @@ html(lang="fr")
div.title
a(href="/", title="Retour à la page d'accueil")
if locals.logoUrl
img.logo(src=locals.logoUrl, alt="logo Post-it")
img.logo(src=locals.logoUrl, alt="logo Memo")
else
span.logo-title Post-it
span.logo-title Memo
if (locals.home === true)
div.base-line Organiser ses idées collectivement
if (locals.demo === true)
@ -107,4 +107,4 @@ html(lang="fr")
script(src="lib/marked.min.js")
script(src="lib/moment-with-locales.min.js")
script(src="socket.io/socket.io.js")
script(src="script.js")
script(src="script.js")