@@ -114,30 +114,29 @@ const AppHeader = () => {
114
114
>
115
115
< Link
116
116
to = "/projects"
117
- className = "block text-left text-lg font-medium text-primary-dark dark:text-ternary-light hover:text-secondary-dark dark:hover:text-secondary-light sm:mx-4 mb-2 sm:py-2"
117
+ className = "block text-left text-lg text-primary-dark dark:text-ternary-light hover:text-secondary-dark dark:hover:text-secondary-light sm:mx-4 mb-2 sm:py-2"
118
118
aria-label = "Projects"
119
119
>
120
120
Projects
121
121
</ Link >
122
122
< Link
123
123
to = "/about"
124
- className = "block text-left text-lg font-medium text-primary-dark dark:text-ternary-light hover:text-secondary-dark dark:hover:text-secondary-light sm:mx-4 mb-2 sm:py-2 border-t-2 pt-3 sm:pt-2 sm:border-t-0 border-primary-light dark:border-secondary-dark"
124
+ className = "block text-left text-lg text-primary-dark dark:text-ternary-light hover:text-secondary-dark dark:hover:text-secondary-light sm:mx-4 mb-2 sm:py-2 border-t-2 pt-3 sm:pt-2 sm:border-t-0 border-primary-light dark:border-secondary-dark"
125
125
aria-label = "About Me"
126
126
>
127
127
About Me
128
128
</ Link >
129
129
< Link
130
130
to = "/contact"
131
- className = "block text-left text-lg font-medium text-primary-dark dark:text-ternary-light hover:text-secondary-dark dark:hover:text-secondary-light sm:mx-4 mb-2 sm:py-2 border-t-2 pt-3 sm:pt-2 sm:border-t-0 border-primary-light dark:border-secondary-dark"
131
+ className = "block text-left text-lg text-primary-dark dark:text-ternary-light hover:text-secondary-dark dark:hover:text-secondary-light sm:mx-4 mb-2 sm:py-2 border-t-2 pt-3 sm:pt-2 sm:border-t-0 border-primary-light dark:border-secondary-dark"
132
132
aria-label = "Contact"
133
133
>
134
134
Contact
135
135
</ Link >
136
136
< div className = "border-t-2 pt-3 sm:pt-0 sm:border-t-0 border-primary-light dark:border-secondary-dark" >
137
137
< button
138
138
onClick = { showHireMeModal }
139
- className = "sm:hidden block text-left text-md font-medium bg-indigo-500 hover:bg-indigo-600 text-white shadow-sm rounded-md px-4 py-2 mt-2"
140
- aria-label = "Hire Me Button"
139
+ className = "font-general-medium sm:hidden block text-left text-md bg-indigo-500 hover:bg-indigo-600 text-white shadow-sm rounded-sm px-4 py-2 mt-2"
141
140
>
142
141
Hire Me
143
142
</ button >
@@ -149,34 +148,25 @@ const AppHeader = () => {
149
148
< div className = "font-general-medium hidden m-0 sm:ml-4 mt-5 sm:mt-3 sm:flex p-5 sm:p-0 justify-center items-center shadow-lg sm:shadow-none" >
150
149
< Link
151
150
to = "/projects"
152
- className = "block text-left text-lg font-medium text-primary-dark dark:text-ternary-light hover:text-secondary-dark dark:hover:text-secondary-light sm:mx-4 mb-2 sm:py-2"
151
+ className = "block text-left text-lg text-primary-dark dark:text-ternary-light hover:text-secondary-dark dark:hover:text-secondary-light sm:mx-4 mb-2 sm:py-2"
153
152
aria-label = "Projects"
154
153
>
155
154
Projects
156
155
</ Link >
157
156
< Link
158
157
to = "/about"
159
- className = "block text-left text-lg font-medium text-primary-dark dark:text-ternary-light hover:text-secondary-dark dark:hover:text-secondary-light sm:mx-4 mb-2 sm:py-2 border-t-2 pt-3 sm:pt-2 sm:border-t-0 border-primary-light dark:border-secondary-dark"
158
+ className = "block text-left text-lg text-primary-dark dark:text-ternary-light hover:text-secondary-dark dark:hover:text-secondary-light sm:mx-4 mb-2 sm:py-2 border-t-2 pt-3 sm:pt-2 sm:border-t-0 border-primary-light dark:border-secondary-dark"
160
159
aria-label = "About Me"
161
160
>
162
161
About Me
163
162
</ Link >
164
163
< Link
165
164
to = "/contact"
166
- className = "block text-left text-lg font-medium text-primary-dark dark:text-ternary-light hover:text-secondary-dark dark:hover:text-secondary-light sm:mx-4 mb-2 sm:py-2 border-t-2 pt-3 sm:pt-2 sm:border-t-0 border-primary-light dark:border-secondary-dark"
165
+ className = "block text-left text-lg text-primary-dark dark:text-ternary-light hover:text-secondary-dark dark:hover:text-secondary-light sm:mx-4 mb-2 sm:py-2 border-t-2 pt-3 sm:pt-2 sm:border-t-0 border-primary-light dark:border-secondary-dark"
167
166
aria-label = "Contact"
168
167
>
169
168
Contact
170
169
</ Link >
171
- < div className = "border-t-2 pt-3 sm:pt-0 sm:border-t-0 border-primary-light dark:border-secondary-dark" >
172
- < button
173
- onClick = { showHireMeModal }
174
- className = "sm:hidden block text-left text-md font-medium bg-indigo-500 hover:bg-indigo-600 text-white shadow-sm rounded-md px-4 py-2 mt-2"
175
- aria-label = "Hire Me Button"
176
- >
177
- Hire Me
178
- </ button >
179
- </ div >
180
170
</ div >
181
171
{ /* Header links small screen end */ }
182
172
@@ -186,7 +176,7 @@ const AppHeader = () => {
186
176
< div className = "hidden md:flex" >
187
177
< button
188
178
onClick = { showHireMeModal }
189
- className = "text-md font-medium bg-indigo-500 hover:bg-indigo-600 text-white shadow-sm rounded-md px-5 py-2.5"
179
+ className = "text-md font-general- medium bg-indigo-500 hover:bg-indigo-600 text-white shadow-sm rounded-md px-5 py-2.5"
190
180
aria-label = "Hire Me Button"
191
181
>
192
182
Hire Me
0 commit comments