diff --git a/app/Competences/page.jsx b/app/Competences/page.jsx
index eece9fb..b728e69 100644
--- a/app/Competences/page.jsx
+++ b/app/Competences/page.jsx
@@ -61,7 +61,7 @@ export default function Page() {
{competence.name}
+{competence.name}
{competence.description}
diff --git a/app/assets/main.css b/app/assets/main.css index 86c7964..ab74bb6 100644 --- a/app/assets/main.css +++ b/app/assets/main.css @@ -1,89 +1,3 @@ -@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&display=swap'); - -.font-orbitron-24 { - font-family: 'Orbitron', sans-serif; - font-size: 24px; - color: #333333; -} - -.font-orbitron-16 { - font-family: 'Orbitron', sans-serif; - font-size: 16px; - color: #333333; -} - -.font-orbitron-12 { - font-family: 'Orbitron', sans-serif; - font-size: 12px; - color: #333333; -} - -.font-orbitron-24-bold { - font-family: 'Orbitron', sans-serif; - font-size: 24px; - font-weight: bold; - color: #333333; -} - -.font-orbitron-24-italic { - font-family: 'Orbitron', sans-serif; - font-size: 24px; - font-style: italic; - color: #333333; -} - -.font-orbitron-24-bold-italic { - font-family: 'Orbitron', sans-serif; - font-size: 24px; - font-weight: bold; - font-style: italic; - color: #333333; -} - -.font-orbitron-16-bold { - font-family: 'Orbitron', sans-serif; - font-size: 16px; - font-weight: bold; - color: #333333; -} - -.font-orbitron-16-italic { - font-family: 'Orbitron', sans-serif; - font-size: 16px; - font-style: italic; - color: #333333; -} - -.font-orbitron-16-bold-italic { - font-family: 'Orbitron', sans-serif; - font-size: 16px; - font-weight: bold; - font-style: italic; - color: #333333; -} - -.font-orbitron-12-bold { - font-family: 'Orbitron', sans-serif; - font-size: 12px; - font-weight: bold; - color: #333333; -} - -.font-orbitron-12-italic { - font-family: 'Orbitron', sans-serif; - font-size: 12px; - font-style: italic; - color: #333333; -} - -.font-orbitron-12-bold-italic { - font-family: 'Orbitron', sans-serif; - font-size: 12px; - font-weight: bold; - font-style: italic; - color: #333333; -} - @tailwind base; @tailwind components; @tailwind utilities; @@ -166,4 +80,3 @@ grid-template-columns: repeat(2, minmax(150px, 1fr)) !important; } } - diff --git a/app/components/ChatBot.js b/app/components/ChatBot.js index 4808f2e..6c25f5d 100644 --- a/app/components/ChatBot.js +++ b/app/components/ChatBot.js @@ -29,7 +29,7 @@ export default function ChatBot({ onClose }) { return (