diff --git a/.prettierrc b/.prettierrc index ac69704..039dd3a 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,4 +1,4 @@ { - "plugins": ["prettier-plugin-tailwindcss","prettier-plugin-svelte", "prettier-plugin-astro"], + "plugins": ["prettier-plugin-svelte", "prettier-plugin-astro","prettier-plugin-tailwindcss"], "tabWidth": 4 } diff --git a/src/components/elements/Card.astro b/src/components/elements/Card.astro index 4fdd088..ef7b0d3 100644 --- a/src/components/elements/Card.astro +++ b/src/components/elements/Card.astro @@ -1,80 +1,80 @@ --- interface Props { - primaryColor: string; - bgColor?: string; - scaleOnHover?: boolean; - pixelHeight?: string; - className?: string; + primaryColor: string; + bgColor?: string; + scaleOnHover?: boolean; + pixelHeight?: string; + className?: string; } const { - primaryColor, - bgColor = "#282828", - scaleOnHover = false, - pixelHeight = "70px", - className = "", + primaryColor, + bgColor = "#282828", + scaleOnHover = false, + pixelHeight = "70px", + className = "", } = Astro.props; ---
- +
diff --git a/src/components/elements/NetworkLine.astro b/src/components/elements/NetworkLine.astro index 89d3e81..49d7301 100644 --- a/src/components/elements/NetworkLine.astro +++ b/src/components/elements/NetworkLine.astro @@ -6,8 +6,8 @@ interface Props { const { height } = Astro.props; --- -
-
+
+
diff --git a/src/components/sections/FooterComponent.astro b/src/components/sections/FooterComponent.astro index b587b28..348cda1 100644 --- a/src/components/sections/FooterComponent.astro +++ b/src/components/sections/FooterComponent.astro @@ -1,5 +1,5 @@ -
-
- Copyright © 2023-{new Date().getFullYear()} RythonDev. All Rights Reserved. -
+
+
+ Copyright © 2023-{new Date().getFullYear()} RythonDev. All Rights Reserved. +
diff --git a/src/components/sections/IntroComponent.svelte b/src/components/sections/IntroComponent.svelte index 1a2f79a..58bf28c 100644 --- a/src/components/sections/IntroComponent.svelte +++ b/src/components/sections/IntroComponent.svelte @@ -108,31 +108,31 @@
-
-
-
+
+
+
Ryan
-
-
+
+
RythonDev
-
+
{roleState}|
-