You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: Add footer to base layout
Added a footer to the `Layout` component in `src/templates/layout.tsx`.
The footer includes:
- The project name: "workers-research"
- A link to the GitHub repository (https://github.com/G4brym/workers-research)
- A GitHub SVG icon next to the link.
Styling was done using Tailwind CSS classes directly in the component, ensuring the footer is positioned at the bottom of the page and visually consistent with the existing design.
* feat: Update footer based on feedback
Updated the footer in `src/templates/layout.tsx`:
- Made the project name "workers-research" a hyperlink to the GitHub repository.
- Adjusted the GitHub icon size to be slightly smaller (w-4 h-4).
---------
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
0 commit comments