Compare commits
2 Commits
1.0.0
...
48b7a13729
Author | SHA1 | Date | |
---|---|---|---|
48b7a13729 | |||
ac026b0264 |
@@ -3,7 +3,7 @@ name: release-image
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- 0.*
|
||||
- 1.*
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
|
@@ -29,7 +29,7 @@ import Layout from '../layouts/Layout.astro';
|
||||
<div class="mt-10 flex flex-col items-center justify-center gap-4 sm:flex-row">
|
||||
<a
|
||||
href="/"
|
||||
class="relative inline-flex items-center gap-2 overflow-hidden rounded-lg bg-zinc-900 px-6 py-3 text-zinc-100 shadow-lg transition-all duration-300 hover:bg-cyan-600 hover:text-zinc-100 hover:shadow-xl dark:bg-zinc-100 dark:text-zinc-900 dark:hover:bg-cyan-600"
|
||||
class="relative inline-flex items-center gap-2 overflow-hidden rounded-lg bg-zinc-900 px-6 py-3 text-zinc-100 shadow-lg transition-all duration-300 hover:bg-bg-turquoise hover:text-zinc-100 hover:shadow-xl dark:bg-zinc-100 dark:text-zinc-900 dark:hover:bg-turquoise"
|
||||
>
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
|
Reference in New Issue
Block a user