mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-09 20:27:44 +00:00
docs: disable select for "git:(main) x" in hero (#820)
This commit is contained in:
@@ -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">
|
||||
<GradientBG className="w-full flex items-center justify-between">
|
||||
<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 className="text-[#4498c8]">git:</span>
|
||||
<span className="text-[#F07178]">(main) </span>
|
||||
|
||||
Reference in New Issue
Block a user