Skip to content

Commit 4599531

Browse files
committed
Add potentiaali ad
1 parent eb6f2a4 commit 4599531

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

public/potentiaali.png

109 KB
Loading

src/app/(infoscreen)/@ad/page.tsx

+5
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ type AdType = {
1414
const ads: AdType[] = [
1515
{ url: '/fuksiaiset.png', until: new Date(2024, 9, 29) },
1616
{ url: '/atkytp.png', until: new Date(2024, 10, 15) },
17+
{
18+
url: '/potentiaali.png',
19+
from: new Date(2024, 10, 8),
20+
until: new Date(2024, 11, 8),
21+
},
1722
];
1823

1924
const Ad = () => {

0 commit comments

Comments
 (0)