Fix spacing for the star on GH button
This commit is contained in:
parent
05131b614d
commit
eff8af532a
@ -65,17 +65,15 @@ const Navbar = (): JSX.Element => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Social Buttons */}
|
{/* Social Buttons - Right */}
|
||||||
<div className="hidden md:flex">
|
<div className="hidden md:flex">
|
||||||
{/* Star on Github <3 */}
|
{/* Star on Github <3 */}
|
||||||
|
|
||||||
<Link
|
<Link
|
||||||
className="flex gap-1.5 items-center"
|
|
||||||
href="https://github.com/Rainnny7/RESTfulMC"
|
href="https://github.com/Rainnny7/RESTfulMC"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
<MinecraftButton className="group/star">
|
<MinecraftButton className="flex gap-1.5 items-center group/star">
|
||||||
{/* Star Count */}
|
{/* Star Count */}
|
||||||
<Suspense fallback={<Skeleton className="w-4 h-5 rounded-md" />}>
|
<Suspense fallback={<Skeleton className="w-4 h-5 rounded-md" />}>
|
||||||
<GitHubStarCount />
|
<GitHubStarCount />
|
||||||
|
Loading…
Reference in New Issue
Block a user