diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 50a6c2319..c2e6dbb4d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -248,12 +248,12 @@ We follow a standardized commit message format using Commitlint to ensure consis #### ✔️ Examples of Valid Commit Messages - `feat: Add user authentication feature` -- `fix(auth): Resolve login page redirect issue -- `docs: Update installation instructions -- `style: Format code according to project guidelines +- `fix(auth): Resolve login page redirect issue` +- `docs: Update installation instructions` +- `style: Format code according to project guidelines` - `refactor(navbar): Improve responsiveness` - `test: Add unit tests for API endpoints` -- `chore: Update dependencies to latest versions +- `chore: Update dependencies to latest versions` - `fix: Handle edge case in data processing (#456)` #### ❌ Examples of Invalid Commit Messages @@ -280,7 +280,7 @@ git commit -m "feat(auth): Implement user signup process (#789)" 2. Each pull request should contain a single logical change or related set of changes that make sense to submit together. If a pull request becomes too large or contains too many unrelated changes, it becomes too difficult to review. In such cases, the reviewer has the right to close your pull request and ask that you submit a separate pull request for each logical set of changes that belong together. 3. Link the issue you have resolved in the Pull Request Template (e.g. Closes/Fixes #99). -4. Use our [Commit messages Guidelines](https://github.com/rupali-codes/LinksHub/blob/main/CONTRIBUTING.md#commits-message-guidelines) for your changes. +4. Use our [Commit messages Guidelines](https://github.com/rupali-codes/LinksHub/blob/main/CONTRIBUTING.md#commits-message-guidelines-) for your changes. 5. Do not re-open a pull request that a reviewer has closed. - Make sure to tick the "Allow edits from maintainers" box. This allows us to directly make minor edits / refactors and saves a lot of time. > **Note** diff --git a/components/TopBar/CategoryDescriptions.ts b/components/TopBar/CategoryDescriptions.ts index 0c494bc6a..57cc2cfce 100644 --- a/components/TopBar/CategoryDescriptions.ts +++ b/components/TopBar/CategoryDescriptions.ts @@ -9,7 +9,7 @@ const categoryDescriptions: CategoryDescriptions = { animations: 'Animation is the state of being full of life and energy, like a room full of excited kids at a birthday party. It is a method of photographing successive drawings, models, or even puppets, to create an illusion of movement in a sequence.', colors: - 'Colors mean the aspect of the appearance of objects and light sources that may be described in terms of hue, lightness, and saturation', + 'Colors mean the aspects of the appearance of objects and light sources that may be described in terms of hue, lightness, and saturation', 'design inspiration': 'The right kind of inspiration will always help you come up with creative and unique ideas for your projects but sometimes you need some help getting inspired. Luckily, there are a TON of great resources for design inspiration.', fonts: @@ -19,7 +19,7 @@ const categoryDescriptions: CategoryDescriptions = { illustrations: 'Illustrations are visual representations of text, concepts, or ideas. They can be used to convey complex information in a simple and easy-to-understand way.', images: - 'Images are visual representations of objects or concepts. They can be used to convey information in a simple and easy-to-understand way.', + 'Images are the visual representations of objects or concepts. They can be used to convey information in a simple and easy-to-understand way.', onlineCodeEditors: 'Online code editors are web-based tools that allow you to write and test code in your browser. They are useful for quickly testing out code snippets or for working on small projects.', react: @@ -79,7 +79,7 @@ const categoryDescriptions: CategoryDescriptions = { ruby: 'Ruby is a high-level, interpreted programming language that was developed in the mid-1990s by Yukihiro Matsumoto in Japan. Ruby is widely used for developing web applications, mobile applications, and desktop applications.', typescript: ' TypeScript is a statically typed language that supports object-oriented and functional programming styles, used for developing web applications, mobile applications, and desktop applications.', - solidity: +solidity: 'Solidity is an object-oriented programming language for implementing smart contracts on various blockchain platforms, most notably, Ethereum.', // Open-source @@ -174,7 +174,7 @@ const categoryDescriptions: CategoryDescriptions = { devtools: 'This list of Development tools will help you boost your programming speed and modify your projects to the next level.', github: 'Well, Github does not need description, devs know well!', - git: 'Your friendly neighborhood version control system to track the development activities.', +git: 'Your friendly neighborhood version control system to track the development activities.', 'other resources': 'Some extra resources to help you in your coding projects.', podcasts: 'Coding podcasts to listen to when you feel demotivated.', @@ -193,9 +193,14 @@ const categoryDescriptions: CategoryDescriptions = { 'technical writing tools': 'This list provides the tools to suit your tech writing needs.', - //DSA - 'DSA articles':'This section provides various important articles related to DSA problem solving skills, how to tackle them, how to think about it and many more.' - + //data-structures + 'dsa articles': + 'This section provides various important articles related to DSA problem solving skills, how to tackle them, how to think about it and many more.', + 'dsa courses' : + 'This section provides various online courses that can help you start with the fundamentals of data structures and algorithms and also ace your coding interviews.' , + 'dsa tutorials': + 'This section provides you with YouTube tutorials that help you grasp concepts better by hands-on experience and learn better, practically!' + } export default categoryDescriptions diff --git a/components/TopBar/TopBar.tsx b/components/TopBar/TopBar.tsx index 01f25703b..7e75ce933 100644 --- a/components/TopBar/TopBar.tsx +++ b/components/TopBar/TopBar.tsx @@ -91,7 +91,7 @@ export const TopBar: FC = ({ className }) => { paddingTop: '2px', paddingBottom: '2px', }} - /> + />