Commit c5a50bf
feat: Add footer to base layout (#30)
* 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>1 parent 06a1780 commit c5a50bf
1 file changed
+35
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
104 | 138 | | |
105 | 139 | | |
106 | 140 | | |
| |||
0 commit comments