mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-11 04:22:19 +00:00
Fix some missing prettier
This commit is contained in:
@@ -199,7 +199,7 @@
|
||||
<a
|
||||
class="web-card is-white web-u-min-block-size-320 oss-card flex flex-col"
|
||||
id="oss-github"
|
||||
href="{GITHUB_REPO_LINK}"
|
||||
href={GITHUB_REPO_LINK}
|
||||
>
|
||||
<div class="flex flex-col justify-between gap-8">
|
||||
<span
|
||||
@@ -246,7 +246,7 @@
|
||||
<a
|
||||
class="web-card is-white web-u-min-block-size-320 oss-card flex flex-col"
|
||||
id="oss-commits"
|
||||
href="{GITHUB_REPO_LINK}"
|
||||
href={GITHUB_REPO_LINK}
|
||||
>
|
||||
<div class="flex flex-col justify-between gap-8">
|
||||
<span
|
||||
|
||||
Reference in New Issue
Block a user