Skip to content

Commit e2de405

Browse files
committed
added merch button - will replace when we get venmo going as well
1 parent 689dce3 commit e2de405

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/Landing.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
<p>{{ body }}</p>
2424
<p style="opacity: 0.8;">Join our Discord for updates:</p>
2525
<div id="invite-container" v-html="inviteSVG"></div>
26+
<br/>
27+
<button>
28+
<a href="https://www.redbubble.com/people/KentStateCS/shop" target="_blank" rel="noopener noreferrer">Check Out Our Merch!</a>
29+
</button>
2630
</template>
2731
<template v-else>
2832
<div class="event-welcome">

0 commit comments

Comments
 (0)