Skip to content

Commit 61ee52d

Browse files
committed
Remove black friday
1 parent 1f1682f commit 61ee52d

File tree

2 files changed

+4
-34
lines changed

2 files changed

+4
-34
lines changed

api/go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
module github.com/NdoleStudio/httpsms
22

3-
go 1.22
4-
toolchain go1.22.9
3+
go 1.22.7
4+
5+
toolchain go1.23.2
56

67
require (
78
cloud.google.com/go/cloudtasks v1.13.2

web/pages/index.vue

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,7 @@
11
<template>
22
<div>
33
<v-container>
4-
<v-row class="mt-16 pt-8 mb-n8">
5-
<v-col>
6-
<v-alert
7-
text
8-
:icon="$vuetify.breakpoint.mdAndUp ? mdiSale : undefined"
9-
:prominent="$vuetify.breakpoint.mdAndUp"
10-
color="success"
11-
>
12-
<v-row align="center">
13-
<v-col class="grow">
14-
<p class="text-h6 mb-0">Black Friday Deal</p>
15-
<p class="mb-0">
16-
Get <b>40%</b> off all yearly plans on httpSMS until December
17-
2<sup>nd</sup> by using the discount code <b>BF2024</b> at
18-
checkout
19-
</p>
20-
<v-btn
21-
v-show="!$vuetify.breakpoint.mdAndUp"
22-
to="/billing"
23-
block
24-
color="pink"
25-
>Upgrade Now</v-btn
26-
>
27-
</v-col>
28-
<v-col v-show="$vuetify.breakpoint.mdAndUp" class="shrink">
29-
<v-btn color="pink" to="/billing">Upgrade Now</v-btn>
30-
</v-col>
31-
</v-row>
32-
</v-alert>
33-
</v-col>
34-
</v-row>
35-
<v-row :class="{ 'pb-16 pt-0': $vuetify.breakpoint.lgAndUp }">
4+
<v-row :class="{ 'py-16': $vuetify.breakpoint.lgAndUp }">
365
<v-col
376
cols="12"
387
md="6"

0 commit comments

Comments
 (0)