Skip to content

Commit

Permalink
generated new bg image, run build
Browse files Browse the repository at this point in the history
  • Loading branch information
acheung-94 committed Apr 30, 2024
1 parent 6bb866c commit 5b4f6c2
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion frontend/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="icon" type="image/x-icon" href="https://pet-portal-assets.s3.us-west-1.amazonaws.com/paw-svgrepo-com.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Pet Portal</title>
<script type="module" crossorigin src="/assets/index-f2382073.js"></script>
<script type="module" crossorigin src="/assets/index-baaaec33.js"></script>
<link rel="stylesheet" href="/assets/index-ede0d88a.css">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/Auth/Auth.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const Auth = () =>{
<Navbar/>
<div className="below-navbar">
<div className="content-container">
<img className="bg-image" src='https://pet-portal-assets.s3.us-west-1.amazonaws.com/layered-waves-haikei.svg' />
<img className="bg-image" src='https://pet-portal-assets.s3.us-west-1.amazonaws.com/layered-waves-haikei+adjusted.svg' />
<div className="session-form-container">
<div className="session-title">
{pathname === '/login' ? (
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/Dashboard/Dashboard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const Dashboard = () => {

return(
<div className='page-container'>
<img className="bg-image" src='https://pet-portal-assets.s3.us-west-1.amazonaws.com/layered-waves-haikei.svg' />
<img className="bg-image" src='https://pet-portal-assets.s3.us-west-1.amazonaws.com/layered-waves-haikei+adjusted.svg' />

<h1 className='dashboard-header'><span className='pet-dash-highlight'></span>Dashboard</h1>

Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/Home/Home.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
width: 100vw;
left: 0;
bottom: 0;
filter: saturate(55%)
filter: saturate(55%);
}
.display-border{
width: fit-content;
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/Home/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const Home = () => {
<Navbar/>
<div className="welcome-container-1">
<div className="section-1">
<img className="bg-image" src='https://pet-portal-assets.s3.us-west-1.amazonaws.com/layered-waves-haikei.svg' />
<img className="bg-image" src='https://pet-portal-assets.s3.us-west-1.amazonaws.com/layered-waves-haikei+adjusted.svg' />
<div className="display-container">
<div className="display-border">
<img className="display-dog" src="https://pet-portal-assets.s3.us-west-1.amazonaws.com/depositphotos_570233356-stock-photo-australian-cattle-dog-forest-hiking.jpg" />
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/PetProfile/PetProfile.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const PetProfile = () => {

return(
<div className='dash-page-container'>
<img className="bg-image" src='https://pet-portal-assets.s3.us-west-1.amazonaws.com/layered-waves-haikei.svg' />
<img className="bg-image" src='https://pet-portal-assets.s3.us-west-1.amazonaws.com/layered-waves-haikei+adjusted.svg' />

<div className='pet-dashboard-container'>
<div className="pet-dashboard">
Expand Down

0 comments on commit 5b4f6c2

Please sign in to comment.