We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e613ed0 commit 21ce1dcCopy full SHA for 21ce1dc
src/components/ui/cucodersLogo.astro
@@ -1,5 +1,5 @@
1
---
2
-const { classes = "h-8 mr-3 sm:h-9 w-fit dark:fill-gray-100" } = Astro.props;
+const { classes = "h-8 mr-3 sm:h-9 w-auto dark:fill-gray-100" } = Astro.props;
3
4
5
<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