Skip to content

Commit 25ee3b8

Browse files
committed
fix: update data source URLs to correct endpoints
1 parent 073591f commit 25ee3b8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/components/DataSources.vue

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,27 +44,27 @@ const dataSources: DataSource[] = [
4444
{
4545
image: '/dinkes-sulteng.webp',
4646
alt: 'Dinkes Sulteng',
47-
url: 'https://dinkes.sultengprov.go.id'
47+
url: 'https://dinkes.sultengprov.go.id/category/covid-19/'
4848
},
4949
{
5050
image: '/sulteng-lawan-covid.webp',
5151
alt: 'Sulteng Lawan COVID',
52-
url: 'https://covid19.sultengprov.go.id'
52+
url: 'https://www.instagram.com/sultenglawancovid/'
5353
},
5454
{
5555
image: '/detexi.webp',
5656
alt: 'Detexi',
57-
url: 'https://detexi.com'
57+
url: 'https://detexi.id'
5858
},
5959
{
6060
image: '/banua-coder.webp',
61-
alt: 'Banua Coders',
62-
url: 'https://banuacoders.com'
61+
alt: 'Banua Coder',
62+
url: 'https://banuacoder.com'
6363
},
6464
{
6565
image: '/ethical-hacker-indonesia.webp',
6666
alt: 'Ethical Hacker Indonesia',
67-
url: 'https://ethicalhacker.id'
67+
url: 'https://hack.co.id'
6868
}
6969
]
7070
</script>

0 commit comments

Comments
 (0)