We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade70ce commit f062887Copy full SHA for f062887
components/RewardNotFound.vue
@@ -12,6 +12,15 @@
12
<p class="description display-5">
13
Sorry you weren't on this Airdrop audience list.
14
</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>
24
25
<div class="button-wrapper">
26
<a
@@ -79,6 +88,9 @@
79
88
margin-bottom: 60px;
80
89
line-height: 28px;
81
90
text-align: center;
91
+ a {
92
+ text-decoration: underline;
93
+ }
82
94
}
83
95
84
96
.button-wrapper {
0 commit comments