docs: disable select for "git:(main) x" in hero (#820)

This commit is contained in:
Tiago Rangel
2024-12-08 13:58:02 +00:00
committed by GitHub
parent f0a3f327d3
commit 279ed9d5c8

View File

@@ -80,7 +80,7 @@ export default function Hero() {
<div className="relative mt-2 md:flex items-center gap-2 w-10/12 hidden border border-white/5"> <div className="relative mt-2 md:flex items-center gap-2 w-10/12 hidden border border-white/5">
<GradientBG className="w-full flex items-center justify-between"> <GradientBG className="w-full flex items-center justify-between">
<div className="w-full flex items-center gap-2"> <div className="w-full flex items-center gap-2">
<p className="md:text-sm text-xs font-mono"> <p className="md:text-sm text-xs font-mono select-none">
<span> <span>
<span className="text-[#4498c8]">git:</span> <span className="text-[#4498c8]">git:</span>
<span className="text-[#F07178]">(main) </span> <span className="text-[#F07178]">(main) </span>