Skip to content

Commit

Permalink
feat: remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
evavirseda committed Sep 9, 2024
1 parent 5525eaa commit ecfa90c
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/sections/homepage/ourPartners.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,6 @@
import { COMMERCIAL_PARTNERS, GOVERNMENT_PARTNERS } from "$lib";
export let id: string;
const TESTIMONIALS = [
{
description:
"Cat ipsum dolor sit amet, run at 3am for get scared by doggo also cucumerro spend all night ensuring people don't sleep sleep all day for stare at wall turn and meow stare at wall some more meow again continue staring.",
author: "Author Name",
logo: "https://placecats.com/millie/300/300"
},
{
description:
"Cat ipsum dolor sit amet, run at 3am for get scared by doggo also cucumerro spend all night ensuring people don't sleep sleep all day for stare at wall turn and meow stare at wall some more meow again continue staring.",
author: "Author Name",
logo: "https://placecats.com/millie/300/300"
}
];
</script>

<section class="container py-20 lg:py-28" {id}>
Expand Down

0 comments on commit ecfa90c

Please sign in to comment.