File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import type { Node } from '../lib/nodes';
44import { makePopupContent } from ' ../lib/popup' ;
55import NodePanel from ' ./NodePanel.vue' ;
66import NodeList from ' ./NodeList.vue' ;
7+ import { SUBMIT_EVENT_URL } from ' ../config' ;
78
89const props = defineProps <{
910 nodes: Node [];
@@ -273,7 +274,7 @@ onUnmounted(() => {
273274 <div id =" map" tabindex =" -1" aria-label =" World map of PCD 2026 nodes" ></div >
274275 <a
275276 id =" host-btn"
276- href =" https://github.com/SableRaf/pcd-website-mvp-2/issues/new?template=new-event.yml "
277+ : href =" SUBMIT_EVENT_URL "
277278 >Submit your event</a >
278279 <button
279280 id =" burger-btn"
Original file line number Diff line number Diff line change 11export const PCD_EMAIL = "day@processingfoundation.org" ;
2+ export const SUBMIT_EVENT_URL =
3+ "https://github.com/SableRaf/pcd-website-mvp-2/issues/new?template=new-event.yml" ;
You can’t perform that action at this time.
0 commit comments