Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 05d11dd

Browse files
committed
Minor changes
1 parent 9c9710f commit 05d11dd

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/components/HomePageFeed.tsx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,11 @@ export default function HomePageFeed({
238238
<div className="bg-white px-4 py-6 shadow sm:p-6 sm:rounded-lg">
239239
<div className="flex">
240240
<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>
243246
</span>
244247
</A>
245248
</div>
@@ -292,7 +295,7 @@ function HomePageSideNavBar() {
292295
>
293296
<RocketLaunch className="text-gray-400 group-hover:text-gray-500 flex-shrink-0 -ml-1 mr-3 h-6 w-6" />
294297

295-
<span className="truncate">Your Updates</span>
298+
<span className="truncate">Your Goal</span>
296299
</A>
297300

298301
<A

0 commit comments

Comments
 (0)