Skip to content

Commit 83d0dca

Browse files
feat: Add DeNA's logo to SponsorsSection (#188)
1 parent 6fd40d1 commit 83d0dca

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

public/sponsors/bronze/43_dena.png

41.9 KB
Loading

src/modules/sponsors/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const silverSponsors: SponsorInfo[] = [
7272
const bronzeSponsors: SponsorInfo[] = [
7373
{ id: 41, name: 'テイラー株式会社', logo: 'sponsors/bronze/41_tailor.png' },
7474
{ id: 42, name: '株式会社カオナビ', logo: 'sponsors/bronze/42_kaonavi.png' },
75-
// { id: 43, name: '株式会社ディー・エヌ・エー', logo: 'sponsors/bronze/43_dena.png' },
75+
{ id: 43, name: '株式会社ディー・エヌ・エー', logo: 'sponsors/bronze/43_dena.png' },
7676
{ id: 44, name: '株式会社モリサワ', logo: 'sponsors/bronze/44_morisawa.png' },
7777
// { id: 45, name: '株式会社フクロウラボ', logo: 'sponsors/bronze/45_fukurou_labo.png' },
7878
{ id: 46, name: '合同会社ザウエル', logo: 'sponsors/bronze/46_zauel.png' },

0 commit comments

Comments
 (0)