feat: add declaration for Alexandre Lourenço and Julie Porcel
parent
6c82afd7da
commit
2273017f1c
|
@ -0,0 +1 @@
|
|||
import "./lourenco-porcel.pdf";
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,2 @@
|
|||
export const getResistantDeclarationUrl = (resistantId: string) =>
|
||||
`https://enfance-libre.frama.io/resistants/assets/${resistantId}.pdf`;
|
|
@ -1,4 +1,5 @@
|
|||
import { Resistant } from "./Resistant";
|
||||
import { getResistantDeclarationUrl } from "./getResistantDeclarationUrl";
|
||||
|
||||
export const resistants: Resistant[] = [
|
||||
{
|
||||
|
@ -455,7 +456,7 @@ export const resistants: Resistant[] = [
|
|||
latitude: 44.11489200339857,
|
||||
longitude: -0.011507420350574667,
|
||||
date_declaration: "Avril 2023",
|
||||
lien_declaration: "",
|
||||
lien_declaration: getResistantDeclarationUrl("lourenco-porcel"),
|
||||
mention: "",
|
||||
video: "",
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue