chore: pride month fundraiser conclusion (#6588)

* pride end blog post

* Fix drago link

* prepr oops
This commit is contained in:
Prospector
2026-07-01 17:43:44 -07:00
committed by GitHub
parent 7e5590b8b9
commit 256e8f946a
26 changed files with 375 additions and 4 deletions
@@ -0,0 +1,9 @@
import { createContext } from '@modrinth/ui'
import type { Ref } from 'vue'
/**
* Informs the default layout of the current project ID, if any, because it can't be gleaned from the route which may be a slug
*/
export const [injectCurrentProjectId, provideCurrentProjectId] = createContext<
Ref<string | undefined>
>('root', 'currentProjectId')