modified: pages/index.tsx

master
joker 3 years ago
parent 705d667191
commit 7b70feadce
  1. 2
      pages/index.tsx

@ -25,7 +25,7 @@ export const Index = ({ posts }: IndexProps): JSX.Element => {
<li className="mt-2">3 возрастных группы</li>
<li className="mt-2">Свобода в творчестве</li>
</ul>
<Link href={'/posts/[slug]'} as={'/posts/regulations'}>
<Link href={'/competition/[slug]'} as={'/competition/regulations'}>
<a
className="buttonMargin inline-block px-7 py-3 rounded-md text-white dark:text-white bg-blue-600 hover:bg-blue-700 hover:text-white dark:hover:text-white"
>

Loading…
Cancel
Save