Skip to content

Commit 21ce1dc

Browse files
fixing logo size error
1 parent e613ed0 commit 21ce1dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/components/ui/cucodersLogo.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
const { classes = "h-8 mr-3 sm:h-9 w-fit dark:fill-gray-100" } = Astro.props;
2+
const { classes = "h-8 mr-3 sm:h-9 w-auto dark:fill-gray-100" } = Astro.props;
33
---
44

55
<svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 687 207" width="687" height="207" class={classes}>

0 commit comments

Comments
 (0)