Skip to content

Commit c57baa5

Browse files
committed
Disable last year's photos as photo album is not online anymore
1 parent 14105b7 commit c57baa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/pages/home/wrap-up/wrap-up.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ export const WrapUp = () => (
1414
<Button to="https://www.youtube.com/playlist?list=PLtLBTEzR4SqXICiZEESHcElCqQYgjmfYR">
1515
Watch all the talks
1616
</Button>
17-
<Button to="https://hansberndlevents.myportfolio.com/kcd-austria">
17+
{/*<Button to="https://hansberndlevents.myportfolio.com/kcd-austria">
1818
See all the pictures
19-
</Button>
19+
</Button>*/}
2020
</div>
2121
</section>
2222
);

0 commit comments

Comments
 (0)