Skip to content

Commit

Permalink
fix: unneeded extra div
Browse files Browse the repository at this point in the history
  • Loading branch information
alanshaw committed Dec 18, 2024
1 parent de5b6ad commit 2a58d67
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions pages/referred.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,16 @@ const consoleSignupUrl = `${config.public.consoleUrl}?refcode=${refcode}`
<Section class="bg-brand-4 referrals-bg">
<HeroBase class="sm:min-h-200">
<template #left>
<div>
<SectionHeader class="color-brand-3" eyebrow="A Master Racha Invited You"
title="Receive up to Two Months of Free Storage"
description="Sign up now for a Lite/Medium plan and receive two months subscription free. Sign up to a Business/Extra Spicy plan and receive one month subscription for free. Continue using Storacha to earn more rewards!" />
<div class="color-brand-3 prose">
<p>
For the full rundown on how it all works, check out our <b><a href="https://docs.storacha.network/referral-terms/" class="whitespace-nowrap">Terms &
Conditions</a></b>.
</p>
</div>
<a :href="consoleSignupUrl" class="btn">Claim Your Discount</a>
<SectionHeader class="color-brand-3" eyebrow="A Master Racha Invited You"
title="Receive up to Two Months of Free Storage"
description="Sign up now for a Lite/Medium plan and receive two months subscription free. Sign up to a Business/Extra Spicy plan and receive one month subscription for free. Continue using Storacha to earn more rewards!" />
<div class="color-brand-3 prose">
<p>
For the full rundown on how it all works, check out our <b><a href="https://docs.storacha.network/referral-terms/" class="whitespace-nowrap">Terms &
Conditions</a></b>.
</p>
</div>
<a :href="consoleSignupUrl" class="btn">Claim Your Discount</a>
</template>
</HeroBase>
</Section>
Expand Down

0 comments on commit 2a58d67

Please sign in to comment.