mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-10-22 18:26:39 +02:00
Prefix url with /pattern
This commit is contained in:
@@ -12,7 +12,7 @@ interface CoverCardProps {
|
||||
const CoverCard: React.FC<CoverCardProps> = ({ pattern }) => {
|
||||
return (
|
||||
<Link
|
||||
to={`/${slug(pattern)}`}
|
||||
to={`/patterns/${slug(pattern)}`}
|
||||
style={{
|
||||
alignItems: 'center',
|
||||
display: 'flex',
|
||||
|
Reference in New Issue
Block a user