diff --git a/src/App.tsx b/src/App.tsx
index 97b3739..512cb74 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -22,7 +22,7 @@ const App: Component = () => {
-
+
{/* {redirects.map((val)=>{
return (
{
@@ -31,7 +31,6 @@ const App: Component = () => {
}}/>
)
})} */}
-
diff --git a/src/components/Home.tsx b/src/components/Home.tsx
index 574dd45..f41a787 100644
--- a/src/components/Home.tsx
+++ b/src/components/Home.tsx
@@ -7,6 +7,7 @@ import python_logo from "../assets/lang_icons/python.svg"
import c_logo from "../assets/lang_icons/C.svg"
import cpp_logo from "../assets/lang_icons/CPP.svg"
import js_logo from "../assets/lang_icons/js.png" // :(
+import { A } from "@solidjs/router"
function ListItem(logo: string | any, name: string) {
return (
@@ -47,9 +48,9 @@ export default function Home() {
Other stuff about me
- You can get my contact info and socials here
- Buy me a monster here
- Check out my work at my GitHub
+ You can get my contact info and socials here
+ Buy me a monster here
+ Check out my work at my GitHub
Note: I am a horrible web developer, if you want to help me improve my website you can do that here
>
diff --git a/src/components/Socials.tsx b/src/components/Socials.tsx
index 7ad6bf9..da22ed5 100644
--- a/src/components/Socials.tsx
+++ b/src/components/Socials.tsx
@@ -11,10 +11,10 @@ function ListItem(logo: string | any, name: string, href: string) {
-
+
|
- {name}
+ {name}
|