Skip to content

Commit

Permalink
Update BannerAdvertisements.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
achoi51 committed Sep 13, 2024
1 parent d8afc09 commit f9d5816
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions advertisements/BannerAdvertisements.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
const BannerAdvertisements = [
{
name: "Prompt College Application and Essay Coaching",
image_src: "/images/ads/prompt_banner.png",
url: "https://www.myprompt.com/",
},
];
const BannerAdvertisements: {
name: string;
image_src: string;
url: string;
}[] = [

];
export default BannerAdvertisements;

0 comments on commit f9d5816

Please sign in to comment.