Skip to content

Commit 412f672

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b5dd9fa commit 412f672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ui/Button.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const {
1010
isExternal,
1111
icon,
1212
iconSvg = false,
13-
iconRight = true
13+
iconRight = true
1414
} = Astro.props;
1515
1616
const resolvedIsExternal = isExternal ?? url?.startsWith("http");

0 commit comments

Comments
 (0)