mirror of
https://github.com/LukeHagar/LukeHagar.com.git
synced 2025-12-06 04:20:17 +00:00
disabled work link
This commit is contained in:
@@ -41,5 +41,6 @@
|
||||
"typescript": "^5.0.4",
|
||||
"vite": "^5.0.0"
|
||||
},
|
||||
"type": "module"
|
||||
"type": "module",
|
||||
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
||||
}
|
||||
|
||||
@@ -103,7 +103,7 @@
|
||||
</a>
|
||||
|
||||
<a
|
||||
class="unstyled grow text-center transition ease-in-out hover:scale-125 duration-200 subpixel-antialiased scale-110"
|
||||
class="unstyled grow text-center scale-110 disabled opacity-50"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
href="https://github.com/luke-hagar-sp"
|
||||
@@ -126,4 +126,9 @@
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
a.disabled {
|
||||
pointer-events: none;
|
||||
cursor: default;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user