Skip to content

Commit

Permalink
feat: added chip mesage on top of hero
Browse files Browse the repository at this point in the history
  • Loading branch information
wajeht committed Jun 30, 2022
1 parent 6e973d7 commit 6a9d37c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/apps/ui/pages/regular/RegularHome.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<template>
<div class="text-center px-4 py-5 border-bottom">
<span class="mb-3 badge bg-secondary">
Hi there 👋, we are building Gains live at 8:00 PM (EDT). Join us via
<a
class="text-white"
href="https://discord.com/channels/988167900420534273/989628732895543296"
target="_blank"
>
Discord!
</a>
</span>
<h1 class="display-4 fw-bold">Let's make all kinds of gains!</h1>
<div class="col-lg-6 mx-auto">
<p class="lead mb-4">
Expand Down

0 comments on commit 6a9d37c

Please sign in to comment.