mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 22:54:42 -04:00
Improve index layout and UX with UI adjustments and better wording
This commit is contained in:
parent
cf290e86e1
commit
3bcb36b46c
4 changed files with 91 additions and 39 deletions
|
@ -93,7 +93,8 @@ function showIndex(req, res, next) {
|
|||
github: config.github,
|
||||
gitlab: config.gitlab,
|
||||
dropbox: config.dropbox,
|
||||
google: config.google
|
||||
google: config.google,
|
||||
signin: req.isAuthenticated()
|
||||
});
|
||||
res.write(content);
|
||||
res.end();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue