Skip to content

Commit 6ada101

Browse files
committed
fix: update "View More" button link to point to GitHub repository
1 parent 367b016 commit 6ada101

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/projects.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const getCategoryName = (category: string) => {
7171
<!-- View More Button -->
7272
<div class="text-center mb-12">
7373
<a
74-
href="https://projects.behitek.com"
74+
href="https://github.com/behitek"
7575
target="_blank"
7676
rel="noopener noreferrer"
7777
class="inline-flex items-center gap-2 px-8 py-4 bg-gradient-to-r from-primary-600 to-cyan-600 hover:from-primary-700 hover:to-cyan-700 text-white font-semibold rounded-lg shadow-lg hover:shadow-xl transition-all transform hover:-translate-y-1"

src/pages/vi/projects.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const getCategoryName = (category: string) => {
7171
<!-- View More Button -->
7272
<div class="text-center mb-12">
7373
<a
74-
href="https://projects.behitek.com"
74+
href="https://github.com/behitek"
7575
target="_blank"
7676
rel="noopener noreferrer"
7777
class="inline-flex items-center gap-2 px-8 py-4 bg-gradient-to-r from-primary-600 to-cyan-600 hover:from-primary-700 hover:to-cyan-700 text-white font-semibold rounded-lg shadow-lg hover:shadow-xl transition-all transform hover:-translate-y-1"

0 commit comments

Comments
 (0)