This commit adds the Twitter logo to the footer component in order to provide a link to the Zen Browser's Twitter page. This enhances the social media presence of the browser and allows users to easily access the Twitter account.
Refactor the code in the footer component to include the TwitterLogoIcon from the @radix-ui/react-icons package and add a link to the Zen Browser's Twitter page.
Closes#215
The code changes include:
- Adding the `LocaleSwitcher` component to the footer.
- Updating the footer layout to accommodate the language switcher.
- Importing the `LocaleSwitcher` component in the `Footer` component.
This commit enhances the user experience by allowing users to easily change the language of the website.
The code changes include:
- Adding social media icons for GitHub, Discord, and Mastodon.
- Updating the layout of the footer to display the logo and follow us section.
- Updating the links in the footer to point to the correct pages.