Skip to content

Commit

Permalink
fix and build
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherJTrent committed May 1, 2024
1 parent a5aa2db commit 1ae8f14
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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-a503083c.js"></script>
<script type="module" crossorigin src="/assets/index-0bca8157.js"></script>
<link rel="stylesheet" href="/assets/index-db86f0d3.css">
</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/components/NewPetFormModal/NewPetFormModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const NewPetForm = ({modalState, setModalState, editModalState, setEditModalStat
species: species,
color: color,
breed: breed,
microchipNum: microchipNum,
microchipNumber: microchipNum,
insurancePolicyId: insurancePolicyId,
weight: weight,
imageUpdated: imageUpdated
Expand Down Expand Up @@ -63,7 +63,7 @@ const NewPetForm = ({modalState, setModalState, editModalState, setEditModalStat
species: species,
color: color,
breed: breed,
microchipNum: microchipNum,
microchipNumber: microchipNum,
insurancePolicyId: insurancePolicyId,
weight: weight
}
Expand Down

0 comments on commit 1ae8f14

Please sign in to comment.