Skip to content

Commit

Permalink
⚡ add rentio
Browse files Browse the repository at this point in the history
  • Loading branch information
Terfno committed Dec 17, 2024
1 parent d1310a9 commit 0120b77
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/components/sponsors/Sponsors.astro
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ import GifteeLogoImage from "./logos/giftee.svg";
import AnglersLogoImage from "./logos/anglers.svg";
import RniLogoImage from "./logos/rni.svg";
import LuxiarLogoImage from "./logos/luxiar.svg";
import RentioLogoImage from "./logos/rentio.svg";
---

<Panel title="Sponsors" subtitle="スポンサー">
Expand Down Expand Up @@ -306,6 +307,15 @@ import LuxiarLogoImage from "./logos/luxiar.svg";
logoImageSrc: LuxiarLogoImage.src,
}}
/>
<Sponsor
grade="Silver"
company={{
name: "レンティオ株式会社",
description: "レンティオでは『不要な「所有」を減らし、価値ある「体験」を増やしたい』というミッションのもと、家電やカメラを気軽にレンタルできるサービス「レンティオ」を運営しています。",
link: "https://www.rentio.jp/",
logoImageSrc: RentioLogoImage.src,
}}
/>
<!-- <Sponsor
grade="Silver"
company={{
Expand Down
12 changes: 12 additions & 0 deletions src/components/sponsors/logos/rentio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0120b77

Please sign in to comment.