modified: pages/index.tsx

new file:   "public/competition_pub/\321\201ompetition_regulations_school_94.pdf"
master
joker 3 years ago
parent 991635c8c4
commit a329119561
  1. 9
      pages/index.tsx
  2. BIN
      public/competition_pub/сompetition_regulations_school_94.pdf

@ -34,11 +34,10 @@ export const Index = ({ posts }: IndexProps): JSX.Element => {
</Link> </Link>
<Link href={`competition/registration`}> <Link href={`competition/registration`}>
<a <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" > Регистрация команды </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" </Link>
> <Link href={`/competition_pub/сompetition_regulations_school_94.pdf`}>
Регистрация команды <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" > Положение о Хакатоне </a>
</a>
</Link> </Link>
</span> </span>
</BlockHead> </BlockHead>

Loading…
Cancel
Save