Apply suggestions from code review

Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
This commit is contained in:
Otto 2026-04-09 22:46:02 +03:00 committed by GitHub
parent a785ea2e67
commit 40e87ff1c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -150,7 +150,7 @@ export function ShareTimestampContent({
setSelectedOption(value as "current" | "custom")
}
>
<div className="flex items-start gap-2">
<div className="flex items-center gap-2">
<RadioGroupItem
className={
selectedOption == "current"
@ -165,7 +165,7 @@ export function ShareTimestampContent({
</Label>
</div>
<div className="flex items-start gap-2">
<div className="flex items-center gap-2">
<RadioGroupItem
className={
selectedOption == "custom"