diff --git a/src/data/copy.json b/src/data/copy.json index 349fea9..13cc7b6 100644 --- a/src/data/copy.json +++ b/src/data/copy.json @@ -1 +1 @@ -{"meta":{"title":"Interference Tracker 2024"},"content":[{"type":"text","text":"The DFRLab's Foreign Interference Attribution Tracker (FIAT) is an interactive, open-source database that captures allegations of foreign interference relevant to the 2020 election. This tool assesses the credibility, bias, evidence, transparency, and impact of each claim. Explore by scrolling through the timeline and map below. Hover over a circle to see details about a particular case."}]} \ No newline at end of file +{"meta":{"title":"Interference Tracker 2024"},"content":[{"type":"text","text":"The DFRLab's Foreign Interference Attribution Tracker (FIAT) is an interactive, open-source database that captures allegations of foreign interference relevant to the 2024 election. This tool assesses the credibility, bias, evidence, transparency, and impact of each claim."}]} \ No newline at end of file diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 84ce5e6..cce489e 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -31,7 +31,7 @@

{copy.meta.title}

{#each copy.content as block} {#if block.type == 'text'} -

{block.text}

+

{block.text}

{/if} {/each} @@ -73,6 +73,10 @@