feat: Remove unused support icon and update header toolbar

The changes made in this commit include:

1. Removing the unused `support.svg` file from the `public` directory.
2. Updating the `toolbar.tsx` component in the `header` directory by removing the import and usage of the `supportPic` icon.

These changes were made to clean up the codebase and remove unused assets, improving the overall maintainability of the project.
This commit is contained in:
AderKonstantin
2025-04-01 19:37:28 +03:00
parent 9ab9089f4f
commit 17271c1e52
3 changed files with 0 additions and 9 deletions

View File

@@ -5,7 +5,6 @@ import Link from 'next/link';
import globePic from '../../public/globe.svg';
import emailPic from '../../public/email.svg';
import rssPic from '../../public/rss-feed.svg';
import supportPic from '../../public/support.svg';
import settingsPic from '../../public/settings.svg';
import AnimatedLink from '../animatedLink';