Skip to content

Commit

Permalink
Merge pull request nagoya-caravan#84 from nagoya-caravan/feature/nago…
Browse files Browse the repository at this point in the history
…ya-caravan#71

Fix TopPage.jsx
  • Loading branch information
Tay3052 authored Nov 18, 2023
2 parents 2f56636 + 05083c4 commit 6a73322
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
Binary file modified src/assets/img/google_calendar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file added src/assets/img/iCal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions src/views/TopPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { useState } from "react";
import logo from "../assets/img/logo.png";
import outlook from "../assets/img/outlook_logo.png";
import googleCalerndar from "../assets/img/google_calendar.png";
import iCal from "../assets/img/iCal.png";

const TopPage = () => {
const navigate = useNavigate();
Expand Down Expand Up @@ -69,6 +70,26 @@ const TopPage = () => {
alt="googleカレンダー"
style={{
padding: "0 20px",
height: "50px",
width: "50px",
}}
/>
<img
src={iCal}
alt="iCal"
style={{
padding: "0 20px",
height: "50px",
width: "50px",
}}
/>
<img
src={outlook}
alt="outlook"
style={{
padding: "0 20px",
height: "50px",
width: "50px",
}}
/>
</Box>
Expand Down

0 comments on commit 6a73322

Please sign in to comment.