diff --git a/website/app/components/footer.tsx b/website/app/components/footer.tsx
index c2531b6..ca74715 100644
--- a/website/app/components/footer.tsx
+++ b/website/app/components/footer.tsx
@@ -11,30 +11,30 @@ const Footer = () => {
Icons crafted by
-
+
Miguel Solorio
Website by
-
+
Pablo Hernández
diff --git a/website/tailwind.config.ts b/website/tailwind.config.ts
index 0e272bd..ee969db 100644
--- a/website/tailwind.config.ts
+++ b/website/tailwind.config.ts
@@ -21,7 +21,10 @@ const config: Config = {
md: "calc(var(--radius) - 2px)",
sm: "calc(var(--radius) - 4px)",
},
- colors: {},
+ colors: {
+ 'react-symbol-pink': '#c084fc',
+ 'react-symbol-aqua': '#22d3ee',
+ },
},
},
plugins: [twAnimate],