Ask a question => Create a question
This commit is contained in:
parent
4c81106612
commit
90a8de09d7
|
@ -202,7 +202,7 @@ export default function Sidebar(props: { className?: string }) {
|
||||||
{user ? (
|
{user ? (
|
||||||
<Link href={'/create'} passHref>
|
<Link href={'/create'} passHref>
|
||||||
<button className={clsx(gradient, buttonStyle)}>
|
<button className={clsx(gradient, buttonStyle)}>
|
||||||
Ask a question
|
Create a question
|
||||||
</button>
|
</button>
|
||||||
</Link>
|
</Link>
|
||||||
) : (
|
) : (
|
||||||
|
|
Loading…
Reference in New Issue
Block a user