Skip to content

Commit

Permalink
fix warning about property class not being defined
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Stauer committed Mar 18, 2024
1 parent b00f27e commit b38ae16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/partials/footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ const Footer = () => {
<div className='bg-black mt-5'>
<div className='container mt-5 py-3 pt-5 text-white'>
<div className='row'>
<div class="col">
<div className="col">
We are currently aware that our website may not be fully accessible to all users. This site serves as a minimum viable product (MVP) developed for a hackathon and is still in its early stages of development.
</div>
<div class="col text-end">
<div className="col text-end">
Proudly developed at the <a className='text-white' href='https://hackathon.cloudfest.com/' target="_blank" rel="noreferrer">CloudFest Hackathon 2024</a>.
<br />❤️ Because Accessibility matters.
</div>
Expand Down

0 comments on commit b38ae16

Please sign in to comment.