1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-10 08:04:42 +02:00

Prefix url with /pattern

This commit is contained in:
Phuoc Nguyen
2019-11-28 08:38:55 +07:00
parent afde58274e
commit ede365f6e2
6 changed files with 90 additions and 85 deletions

View File

@@ -35,7 +35,7 @@ const DetailsLayout: React.FC<DetailsLayoutProps> = ({ title, children }) => {
</Link>
<div>~</div>
<Link
to="/explore"
to="/patterns"
style={{
color: '#FFF',
padding: '8px 16px',