File tree Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
- <section
3
- class =" flex flex-col w-full max-w-5xl mx-auto mt-4 fern-gap"
4
- >
5
- <div ref =" scope" />
2
+ <section class =" flex flex-col w-full max-w-5xl mx-auto mt-4 fern-gap" ref =" scope" >
6
3
<motion .h2
7
4
class =" text-5xl lg:text-6xl !leading-[4rem] sm:text-center font-bold mb-4 bg-clip-text text-transparent bg-gradient-to-tl from-rose-400 to-fuchsia-400"
8
5
v-bind =" flyIn()"
84
81
}}
85
82
</h5 >
86
83
<p >
87
- {{
88
- dayjs()
89
- .from(dayjs(sponsor.createdAt))
90
- .replace('in', 'for')
91
- }}
84
+ {{ sponsor.duration }}
92
85
</p >
93
86
</section >
94
87
</a >
138
131
}}
139
132
</h6 >
140
133
<p >
141
- {{
142
- dayjs()
143
- .from(dayjs(sponsor.createdAt))
144
- .replace('in', 'for')
145
- }}
134
+ {{ sponsor.duration }}
146
135
</p >
147
136
</section >
148
137
</a >
You can’t perform that action at this time.
0 commit comments