Skip to content

Commit

Permalink
add note to district detail on loss of 40cents
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolajbaer committed Jan 18, 2023
1 parent aa28a3c commit 34304f2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .env.aws
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
AWS_ACCESS_KEY_ID=AKIA6DEKTJDC2IHWHQDY
AWS_SECRET_ACCESS_KEY=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
AWS_DEFAULT_REGION=us-west-1
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -251,4 +251,4 @@ working/
lambda_venv/
function.zip
.env

.env.aw
9 changes: 9 additions & 0 deletions src/components/district/DistrictDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,16 @@
/>

</div>
<div class="container">
<div class="row">
<div class="col-sm alert alert-warning" role="alert">
<strong>⚠️ PLEASE NOTE</strong>
<p>The current reimbursement rates include the temporary funds provided through the Keep Kids Fed Act (KKFA). Use the estimated reimbursement for comparison from FY23 to potential changes in FY24 but know the estimated amount includes these temporary funds.</p>
</div>
</div>
</div>


<div class="container">
<div class="row">
<div class="col-sm alert alert-warning" role="alert">
Expand Down

0 comments on commit 34304f2

Please sign in to comment.