Skip to content

Commit f263712

Browse files
committed
Update instructions pdf, link from instructions index
1 parent 3711fe6 commit f263712

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

src/components/front/pages/instructions/InstructionsIndex.js

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ import Helmet from 'react-helmet';
55

66
import { Wrapper, MainContent } from '../../Front';
77

8+
import { InstructionAnchor } from './WhatToWatchForInstructions';
9+
810
import styled from 'styled-components';
911

1012
const InstructionLink = styled(Link)`
@@ -44,6 +46,9 @@ export default (props) => {
4446
</Helmet>
4547
<MainContent>
4648
<h1>Инструкции</h1>
49+
<InstructionAnchor href="/files/Ти%20Броиш%20Обучителен%20материал%20-%20НС%2027.10.2024.pdf" target="_blank">
50+
Обучение - Избори 27.10.2024
51+
</InstructionAnchor>
4752
<InstructionLink to="/instructions/what-to-watch-for">
4853
Как протича изборния ден? Обучения.
4954
</InstructionLink>

src/components/front/pages/instructions/WhatToWatchForInstructions.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ export default (props) => {
4343
<MainContent>
4444
<h1>Как протича изборния ден</h1>
4545
<hr />
46-
<InstructionAnchor href="/files/%D0%9E%D0%B1%D1%83%D1%87%D0%B8%D1%82%D0%B5%D0%BB%D0%B5%D0%BD-%D0%BC%D0%B0%D1%82%D0%B5%D1%80%D0%B8%D0%B0%D0%BB-%D0%98%D0%B7%D0%B1%D0%BE%D1%80%D0%B8-02.04.2023.pdf">
47-
Обучение - Избори 02.04.2023
46+
<InstructionAnchor href="/files/Ти%20Броиш%20Обучителен%20материал%20-%20НС%2027.10.2024.pdf" target="_blank">
47+
Обучение - Избори 27.10.2024
4848
</InstructionAnchor>
4949
<YouTubeVideoEmbed videoId={'Qz4V6uu7gTM'} />
5050
<YouTubeVideoEmbed videoId={'MpX0bA_DRtE'} />

0 commit comments

Comments
 (0)