disabled work link

This commit is contained in:
Luke Hagar
2024-09-20 14:51:00 +00:00
parent 29f924a309
commit 9f7192619c
2 changed files with 8 additions and 2 deletions

View File

@@ -41,5 +41,6 @@
"typescript": "^5.0.4", "typescript": "^5.0.4",
"vite": "^5.0.0" "vite": "^5.0.0"
}, },
"type": "module" "type": "module",
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
} }

View File

@@ -103,7 +103,7 @@
</a> </a>
<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" target="_blank"
rel="noreferrer" rel="noreferrer"
href="https://github.com/luke-hagar-sp" href="https://github.com/luke-hagar-sp"
@@ -126,4 +126,9 @@
display: inline-block; display: inline-block;
text-align: center; text-align: center;
} }
a.disabled {
pointer-events: none;
cursor: default;
}
</style> </style>