@@ -154,10 +154,10 @@ const ProjectsView = () => {
154154 >
155155 < button
156156 onClick = { ( ) => navigate ( '/' ) }
157- className = "pill "
158- style = { { marginBottom : '2rem' , cursor : 'pointer' , display : 'flex' , alignItems : 'center' , gap : '0.5rem' } }
157+ className = "btn-brutal "
158+ style = { { marginBottom : '2rem' } }
159159 >
160- < ArrowLeft size = { 18 } /> BACK HOME
160+ < ArrowLeft size = { 18 } /> BACK TO HOME
161161 </ button >
162162
163163 < h1 style = { { fontSize : '3.5rem' , fontWeight : 900 , marginBottom : '2rem' } } > PROJECTS</ h1 >
@@ -229,8 +229,7 @@ const ProjectDetailView = () => {
229229 < div className = "brutal-action-bar" >
230230 < button
231231 onClick = { ( ) => navigate ( '/projects' ) }
232- className = "pill"
233- style = { { cursor : 'pointer' , display : 'flex' , alignItems : 'center' , gap : '0.5rem' , margin : 0 } }
232+ className = "btn-brutal"
234233 >
235234 < ArrowLeft size = { 18 } /> BACK TO PROJECTS
236235 </ button >
@@ -548,8 +547,7 @@ const PostView = () => {
548547 < div className = "brutal-action-bar" >
549548 < button
550549 onClick = { ( ) => navigate ( '/' ) }
551- className = "pill"
552- style = { { cursor : 'pointer' , display : 'flex' , alignItems : 'center' , gap : '0.5rem' , margin : 0 } }
550+ className = "btn-brutal primary"
553551 >
554552 < ArrowLeft size = { 18 } /> BACK TO HOME
555553 </ button >
0 commit comments