This website requires JavaScript.
Explore
Gleam
Help
Sign In
opensource
/
dashboard-icons
Watch
1
Star
0
Fork
0
You've already forked dashboard-icons
mirror of
https://github.com/walkxcode/dashboard-icons.git
synced
2025-06-29 16:00:22 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
dashboard-icons
/
web
/
src
/
components
/
header-wrapper.tsx
6 lines
90 B
TypeScript
Raw
Normal View
History
Unescape
Escape
feat(website): enhance website
2025-04-17 07:21:19 +02:00
import
{
Header
}
from
"./header"
feat(website): visually enhance website - Update UI with refined rose-themed styling throughout the site - Add mobile-responsive improvements to header and hero sections - Create new 'Recently Added Icons' component with animated cards - Improve icon details view with better visual hierarchy and theme indicators - Implement better hover effects and transitions for interactive elements - Add mobile menu for better navigation on smaller screens - Update license notice wording - Remove grid background in favor of refined blur effects
2025-04-17 02:43:14 +02:00
refactor(website): rename Header component to HeaderWrapper
2025-04-17 02:43:32 +02:00
export
function
HeaderWrapper() {
feat(website): enhance website
2025-04-17 07:21:19 +02:00
return
<
Header
/
>
feat(website): visually enhance website - Update UI with refined rose-themed styling throughout the site - Add mobile-responsive improvements to header and hero sections - Create new 'Recently Added Icons' component with animated cards - Improve icon details view with better visual hierarchy and theme indicators - Implement better hover effects and transitions for interactive elements - Add mobile menu for better navigation on smaller screens - Update license notice wording - Remove grid background in favor of refined blur effects
2025-04-17 02:43:14 +02:00
}
Reference in New Issue
Copy Permalink