File tree 1 file changed +6
-3
lines changed 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -238,8 +238,11 @@ export default function HomePageFeed({
238
238
< div className = "bg-white px-4 py-6 shadow sm:p-6 sm:rounded-lg" >
239
239
< div className = "flex" >
240
240
< A href = { `${ ( session . user as User ) . username } ` } >
241
- < span className = "block text-base text-center text-indigo-600 font-semibold tracking-wide uppercase" >
242
- 🚀 Goal: { goal . title }
241
+ < span className = "block text-base text-center text-indigo-600 font-semibold tracking-wide" >
242
+ 🚀 Your Goal:
243
+ < span className = "rounded-md bg-brand-100 text-brand-800 hover:text-brand-600 px-2.5 py-1.5 ml-2" >
244
+ { goal . title }
245
+ </ span >
243
246
</ span >
244
247
</ A >
245
248
</ div >
@@ -292,7 +295,7 @@ function HomePageSideNavBar() {
292
295
>
293
296
< RocketLaunch className = "text-gray-400 group-hover:text-gray-500 flex-shrink-0 -ml-1 mr-3 h-6 w-6" />
294
297
295
- < span className = "truncate" > Your Updates </ span >
298
+ < span className = "truncate" > Your Goal </ span >
296
299
</ A >
297
300
298
301
< A
You can’t perform that action at this time.
0 commit comments