diff options
author | Jordan Bracco <href@random.sh> | 2022-12-17 17:05:25 +0000 |
---|---|---|
committer | Jordan Bracco <href@random.sh> | 2022-12-20 19:29:41 +0100 |
commit | 5b56e3a8665c5e47ac07ed4d82d61b4f510bb838 (patch) | |
tree | 15b9fe7fdaa4e517c798b566af05aa2c46cc9600 /lib/lsg_web/templates/layout | |
parent | Nola rename, cont. pt. 5. Refs T77. Configs. (diff) |
Nola rename, the end. pt 6. Refs T77.
Diffstat (limited to '')
-rw-r--r-- | lib/lsg_web/templates/layout/app.html.eex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lsg_web/templates/layout/app.html.eex b/lib/lsg_web/templates/layout/app.html.eex index 956793f..c774369 100644 --- a/lib/lsg_web/templates/layout/app.html.eex +++ b/lib/lsg_web/templates/layout/app.html.eex @@ -10,7 +10,7 @@ </div> <div class="hidden md:block"> <div class="ml-10 flex items-baseline"> - <a href="/" class="px-3 py-2 rounded-md text-sm font-medium text-white bg-gray-900 focus:outline-none focus:text-white focus:bg-gray-700">bot.goulag.org</a> + <a href="/" class="px-3 py-2 rounded-md text-sm font-medium text-white bg-gray-900 focus:outline-none focus:text-white focus:bg-gray-700"><%= Nola.name() %></a> <!--<a href="#" class="ml-4 px-3 py-2 rounded-md text-sm font-medium text-gray-300 hover:text-white hover:bg-gray-700 focus:outline-none focus:text-white focus:bg-gray-700">Team</a> <a href="#" class="ml-4 px-3 py-2 rounded-md text-sm font-medium text-gray-300 hover:text-white hover:bg-gray-700 focus:outline-none focus:text-white focus:bg-gray-700">Projects</a> <a href="#" class="ml-4 px-3 py-2 rounded-md text-sm font-medium text-gray-300 hover:text-white hover:bg-gray-700 focus:outline-none focus:text-white focus:bg-gray-700">Calendar</a> |