disabled prefetch in link component and other fixes

This commit is contained in:
Ren Amamiya
2023-04-20 10:57:32 +07:00
parent 8bf3c79a0b
commit 5c01b91771
6 changed files with 18 additions and 18 deletions

View File

@@ -167,7 +167,7 @@ export default function Page({ params }: { params: { slug: string } }) {
></path>
</svg>
) : (
<span className="drop-shadow-lg">Done </span>
<span className="drop-shadow-lg">Done! Go to newsfeed</span>
)}
</button>
</div>