diff --git a/app/globals.css b/app/globals.css
index 43211b6..23e71cb 100644
--- a/app/globals.css
+++ b/app/globals.css
@@ -30,3 +30,7 @@ header {
font-weight: bold;
@apply border-b border-gray-300 pb-1 mt-4 first:mt-0;
}
+
+.link {
+ @apply text-blue-500 hover:text-blue-700 hover:underline;
+}
diff --git a/app/page.tsx b/app/page.tsx
index 688e247..5327717 100644
--- a/app/page.tsx
+++ b/app/page.tsx
@@ -11,7 +11,7 @@ export default function App() {
V3X Labs
- - Empowering Opensource
+ - Empowering open-source
diff --git a/components/sections/contributors/RecentContributors.tsx b/components/sections/contributors/RecentContributors.tsx
index fe71256..40b0ad6 100644
--- a/components/sections/contributors/RecentContributors.tsx
+++ b/components/sections/contributors/RecentContributors.tsx
@@ -6,6 +6,7 @@ const contributors_a = [
'jontes-tech',
'robiot',
'prokopschield',
+ 'creedscode',
'm1guelpf',
'anaarsonist',
'hattorius',
diff --git a/components/sections/discord/ChatDiscord.tsx b/components/sections/discord/ChatDiscord.tsx
index b3265f1..9c54e8d 100644
--- a/components/sections/discord/ChatDiscord.tsx
+++ b/components/sections/discord/ChatDiscord.tsx
@@ -13,7 +13,7 @@ export const ChatDiscord = () => {
Open Discord
diff --git a/components/sections/projects/Projects.tsx b/components/sections/projects/Projects.tsx
index f3f394d..3d66166 100644
--- a/components/sections/projects/Projects.tsx
+++ b/components/sections/projects/Projects.tsx
@@ -87,7 +87,7 @@ export const Projects = () => {
{entry.name}