Skip to content

Commit

Permalink
Page tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
federicotdn committed Jan 30, 2025
1 parent 7cac4db commit 195f1b1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pkg/web/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
{#if render}
<section class="mt-4 flow-root">
<div class="flex float-left">
<img class="w-7 h-7 mr-2" src="/images/pizza.png" alt="logo" />
<a href="https://quickpizza.grafana.com"><img class="w-7 h-7 mr-2" src="/images/pizza.png" alt="logo" /></a>
<p class="text-xl font-bold text-red-600">QuickPizza</p>
</div>
<div class="flex float-right">
Expand Down Expand Up @@ -303,10 +303,15 @@
<div class="flex justify-center">
<p class="text-xs">Your user token is: {userToken} (WebSocket visitor ID: {wsVisitorID})</p>
</div>
<div class="flex justify-center mt-1 mb-8">
<div class="flex justify-center">
<p class="text-xs">
Looking for the admin page? <a class="text-blue-500" href="/admin">Click here</a>
</p>
</div>
<div class="flex justify-center">
<p class="text-xs">
Contribute to QuickPizza on <a class="text-blue-500" href="https://github.com/grafana/quickpizza">GitHub</a>
</p>
</div>
</footer>
{/if}

0 comments on commit 195f1b1

Please sign in to comment.