Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
okrayum committed Apr 12, 2024
1 parent 92a76d8 commit fecdf42
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions client/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
.env
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
Expand Down
2 changes: 1 addition & 1 deletion client/src/pages/about/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const About = () => {
<div className='title-about'>
<h1>About Us</h1>
</div>
<img className="about-image" src={process.env.PUBLIC_URL + AboutImg} alt='Caged animals' />
<img className="about-image" src={AboutImg} alt='Caged animals' />
</div>
<div className='about-text'>
<p>At Shorty's Rescue, we are driven by a simple belief: no one should have to endure a life of neglect and abandonment. Our no-kill dog rescue shelter stands as a testament to our unwavering commitment — a commitment to providing a haven filled with love, compassion, and dignity for those left behind. Each wagging tail and hopeful gaze fuels our dedication to offering a second chance at life. We envision a world where no dog is left behind, and with unwavering dedication, we strive to create a haven where each pup finds a forever home filled with warmth and care. Our mission is clear: to transform lives, one rescue at a time, creating a ripple effect of compassion far beyond the walls of our shelter.</p>
Expand Down
2 changes: 1 addition & 1 deletion client/src/pages/adopt/Adopt.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const Adopt = () => {
<div className='title-adopt'>
<h1>Adopt Me</h1>
</div>
<img className="adopt-image" src={process.env.PUBLIC_URL + AdoptImg} alt='Caged animals' />
<img className="adopt-image" src={AdoptImg} alt='Caged animals' />
<p>Thank you for you interest in Shorty's Rescue. We keep our adoption process simple and at no cost to you. Just fill out the adoption interest application and we will contact you for the rest of the process.</p>
</div>
<AdoptionForm />
Expand Down

0 comments on commit fecdf42

Please sign in to comment.