Skip to content

Commit

Permalink
Merge pull request #141 from CityOfPhiladelphia/main
Browse files Browse the repository at this point in the history
sets front page student meals text back to the school-season message
  • Loading branch information
ajrothwell authored Sep 3, 2024
2 parents 5450816 + e9dd3d7 commit 279ff04
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/components/customGreeting.vue
Original file line number Diff line number Diff line change
Expand Up @@ -137,13 +137,15 @@
</div>

<!-- text from end of summer -->
<!-- <div class="custom-section">
<br>
<div class="custom-section">
<div v-html="$t('sections.studentMealSites.offSeason.p1')" />
<div v-html="$t('sections.studentMealSites.offSeason.p2')" />
</div> -->
</div>
<br>

<!-- eligibility -->
<div class="columns big-cell-pad">
<!-- <div class="columns big-cell-pad">
<div
class="column is-3 small-cell-pad"
v-html="$t('eligibility')"
Expand All @@ -152,9 +154,9 @@
<div v-html="$t('sections.studentMealSites.eligibility')" />
</div>
</div>
<hr class="no-margin">
<hr class="no-margin"> -->
<!-- pickup details -->
<div class="columns big-cell-pad">
<!-- <div class="columns big-cell-pad">
<div
class="column is-3 small-cell-pad"
v-html="$t('details')"
Expand All @@ -173,13 +175,11 @@
<div class="column small-cell-pad">
<div v-html="$t('sections.studentMealSites.otherResources.p1')" />
<ul>
<!-- <li v-html="$t('sections.studentMealSites.otherResources.li1')" /> -->
<li v-html="$t('sections.studentMealSites.otherResources.li2')" />
<!-- <li v-html="$t('sections.studentMealSites.otherResources.li3')" /> -->
<li v-html="$t('sections.studentMealSites.otherResources.li4')" />
</ul>
</div>
</div>
</div> -->

<!-- publicBenefits -->
<div
Expand Down

0 comments on commit 279ff04

Please sign in to comment.