Skip to content

Commit

Permalink
Merge pull request #136 from CityOfPhiladelphia/main
Browse files Browse the repository at this point in the history
removes 2 bullet points from front page in student meals section
  • Loading branch information
ajrothwell authored Jun 14, 2024
2 parents 27ca177 + 009ff9b commit 35c44a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/customGreeting.vue
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@
<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.li1')" /> -->
<li v-html="$t('sections.studentMealSites.otherResources.li2')" />
<li v-html="$t('sections.studentMealSites.otherResources.li3')" />
<!-- <li v-html="$t('sections.studentMealSites.otherResources.li3')" /> -->
</ul>
</div>
</div>
Expand Down

0 comments on commit 35c44a1

Please sign in to comment.