Skip to content

Commit f062887

Browse files
committed
add why
1 parent ade70ce commit f062887

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

components/RewardNotFound.vue

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@
1212
<p class="description display-5">
1313
Sorry you weren't on this Airdrop audience list.
1414
</p>
15+
<p class="description">
16+
Why?:
17+
<a
18+
ref="noopener noreferrer"
19+
target="_blank"
20+
href="//community.devprotocol.xyz/t/feedback-needed-a-new-formula-for-airdrop-and-some-updates/174"
21+
>A new formula for airdrop and some updates</a
22+
>
23+
</p>
1524

1625
<div class="button-wrapper">
1726
<a
@@ -79,6 +88,9 @@
7988
margin-bottom: 60px;
8089
line-height: 28px;
8190
text-align: center;
91+
a {
92+
text-decoration: underline;
93+
}
8294
}
8395
8496
.button-wrapper {

0 commit comments

Comments
 (0)