mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-28 05:37:49 +02:00
Fix url for polls on profile page
This commit is contained in:
parent
3384c937c0
commit
9fdbe46d19
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ export const Profile: React.VoidFunctionComponent = () => {
|
|||
<div>
|
||||
<div className="flex">
|
||||
<Calendar className="mr-2 mt-[1px] h-5 text-indigo-500" />
|
||||
<Link href={`/p/${poll.links[0].urlId}`}>
|
||||
<Link href={`/admin/${poll.links[0].urlId}`}>
|
||||
<a className="text-slate-700 hover:text-indigo-500 hover:no-underline">
|
||||
<div>{poll.title}</div>
|
||||
</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue