feat: update favicon and background images, refactor styles, and enhance skill card data

This commit is contained in:
2025-05-21 12:13:48 +02:00
parent 7e91215af1
commit d3f7368ba8
13 changed files with 42 additions and 289 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import React from 'react'
import ReactDOM from 'react-dom/client'
import App from './App.tsx'
import './index.css'
import '@styles/index.scss'
ReactDOM.createRoot(document.getElementById('root')!).render(
<React.StrictMode>