Footer theme switcher (#894)

* Footer theme switcher

* Remove lazy loading & change rotation animation

* Changes

* Update ThemeSwitcher.tsx

* Requested style changes

* Update ThemeSwitcher.tsx

* Fix alignment

* Update ThemeSwitcher.tsx
This commit is contained in:
Catalin Pinte
2022-11-30 17:07:44 +02:00
committed by GitHub
parent 6bc223adb3
commit 6d783eae35
9 changed files with 146 additions and 10 deletions

View File

@@ -11,6 +11,7 @@ export { default as Cross } from './Cross'
export { default as Minus } from './Minus'
export { default as Check } from './Check'
export { default as Github } from './Github'
export { default as System } from './System'
export { default as Vercel } from './Vercel'
export { default as MapPin } from './MapPin'
export { default as ArrowLeft } from './ArrowLeft'