diff --git a/src/routes/credits.svelte b/src/routes/credits.svelte
index de1b9c3..7884fcc 100644
--- a/src/routes/credits.svelte
+++ b/src/routes/credits.svelte
@@ -65,9 +65,18 @@
- {#each location as { location_id: { name, slug: slugLocation, country: { slug: slugCountry }}}, index}
+ {#each location as { location_id: { name, slug: slugLocation, country: { slug: slugCountry, flag }}}, index}
-
+
+ {name}
+
{/each}
@@ -95,7 +104,7 @@
list
}
- credit {
+ credit (filter: { status: { _eq: "published" }}) {
name
website
location {
@@ -104,6 +113,9 @@
slug
country {
slug
+ flag {
+ id
+ }
}
}
}