/Austin
-> /market
This commit is contained in:
parent
61c13d171a
commit
32392d37bd
|
@ -23,8 +23,9 @@ type ContractComment = Comment & {
|
||||||
}
|
}
|
||||||
|
|
||||||
function contractPath(slug: string) {
|
function contractPath(slug: string) {
|
||||||
// in honor of austin, who insists that contract URLs are prefixed with a username
|
// by convention this includes the contract creator username, but we don't
|
||||||
return `/Austin/${slug}`
|
// have that handy, so we just put /market/
|
||||||
|
return `/market/${slug}`
|
||||||
}
|
}
|
||||||
|
|
||||||
export function UserCommentsList(props: { user: User }) {
|
export function UserCommentsList(props: { user: User }) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user