From c01620e5a470f92085ea5ad39764fcc6aa196873 Mon Sep 17 00:00:00 2001
From: Aman Anand <7aman7anand7@gmail.com>
Date: Mon, 21 Oct 2024 21:16:36 +0530
Subject: [PATCH] [#56] fix: Changed "Tech Stack" title to "Skills"
---
README.md | 4 ++--
src/lib/components/PublicProfile/PublicProfile.svelte | 2 +-
src/lib/components/PublicProfile/TechStack.svelte | 4 ++--
src/lib/constants/features.ts | 2 +-
src/routes/profile/+page.svelte | 2 +-
5 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index a53323a..7b862dc 100644
--- a/README.md
+++ b/README.md
@@ -9,11 +9,11 @@ Route is a platform that allows users to easily share their favourite links, tec
## 🎮 Features
- Showcase your favorite links like Linktree
-- Showcase your Tech Stack with a cool design
+- Showcase your Skills with a cool design
- Automatically show your Github stats
- Shareable link at `https://route2.dev/yourusername`
-## 🔮 Tech Stack
+## 🔮 Skills
- **FullStack Framework**: SvelteKit
- **Styling**: Shadcn-Svelte && Tailwind
diff --git a/src/lib/components/PublicProfile/PublicProfile.svelte b/src/lib/components/PublicProfile/PublicProfile.svelte
index 960f3cf..5a6aff0 100644
--- a/src/lib/components/PublicProfile/PublicProfile.svelte
+++ b/src/lib/components/PublicProfile/PublicProfile.svelte
@@ -21,7 +21,7 @@