Skip to content

Commit bfc7c2d

Browse files
authored
Merge pull request #3 from GabrielAzion/main
change buttons link
2 parents 8093b81 + cc8bc30 commit bfc7c2d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

azion/azion.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"bucket": "EdgeRev",
44
"preset": "astro",
55
"env": "production",
6-
"prefix": "20250710123036",
6+
"prefix": "20250714144753",
77
"not-first-run": true,
88
"function": {
99
"id": 47315,

src/components/landing/Hero.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
<div class="flex justify-center flex-col gap-3 mt-10 sm:flex-row">
1414
<a
1515
class="items-center h-12 justify-center font-semibold rounded-full border-negroni-500 duration-200 focus:outline-none inline-flex px-6 py-3 text-center w-full text-negroni-500 lg:w-auto border focus-visible:outline-negroni-500 text-negroni-500/80"
16-
href="https://github.com/michael-andreuzza/quickstore">GitHub</a
16+
href="https://www.azion.com">Azion</a
1717
>
1818
<a
1919
class="items-center h-12 justify-center rounded-full font-semibold duration-200 focus:outline-none inline-flex px-6 py-3 text-center w-full border-2 hover:bg-transparent border-negroni-500 bg-negroni-500 focus-visible:outline-negroni-500 focus-visible:ring-negroni-500 hover:border-negroni-500 hover:text-negroni-500 lg:w-auto text-charcoal-500"
20-
href="https://lexingtonthemes.com">Lexington Themes &nbsp; →</a
20+
href="https://www.azion.com/en/documentation/">Documentation &nbsp; →</a
2121
>
2222
</div>
2323
</div>

0 commit comments

Comments
 (0)