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 b1bef6d commit 386f116Copy full SHA for 386f116
.github/workflows/deploy.yml
@@ -24,8 +24,8 @@ jobs:
24
25
- name: Build and push to DockerHub
26
run: |
27
- docker build -t devarifhossain/retroui:1.0.13 ./
28
- docker push devarifhossain/retroui:1.0.13
+ docker build -t devarifhossain/retroui:1.1.0 ./
+ docker push devarifhossain/retroui:1.1.0
29
30
# - name: Set up SSH
31
# uses: webfactory/ssh-agent@v0.9.0
app/(marketing)/page.tsx
@@ -222,7 +222,7 @@ export default async function Home() {
222
Github Stars
223
</Text>
224
<Text as="h1" className="text-outlined text-7xl lg:text-8xl">
225
- 300+
+ 250+
226
227
<Image
228
src="/images/shooting_star.svg"
0 commit comments