Skip to content

Commit

Permalink
add welcome message
Browse files Browse the repository at this point in the history
  • Loading branch information
francisco-leal committed Feb 23, 2024
1 parent 51bda00 commit 2b69cf9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/views/pages/home.edge
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
<body class="dark h-full dark:bg-gray-800 dark:text-white">
<div class="flex h-full justify-center items-center">
<div class="text-center">
<h1 class="text-xl font-bold">gm</h1>
<h1 class="text-xl font-bold mt-4">gm</h1>
<p class="mt-5">Share this page on farcaster to start looking at your score!</p>
</div>
</div>
</body>
Expand Down

0 comments on commit 2b69cf9

Please sign in to comment.