File tree Expand file tree Collapse file tree 2 files changed +4
-34
lines changed
Expand file tree Collapse file tree 2 files changed +4
-34
lines changed Original file line number Diff line number Diff line change 11module 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
67require (
78 cloud.google.com/go/cloudtasks v1.13.2
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments