Skip to content

Commit

Permalink
uses @phila/pinboard 2.0.94
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrothwell committed Jan 7, 2025
1 parent 6d07e04 commit 039291c
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 49 deletions.
42 changes: 30 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/pro-regular-svg-icons": "^6.6.0",
"@phila/phila-ui-core": "^1.0.15",
"@phila/pinboard": "2.0.92",
"@phila/pinboard": "2.0.94",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-router": "^0.10.8"
},
Expand Down
53 changes: 17 additions & 36 deletions src/components/customGreeting.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const i18nEnabled = computed(() => {
>
<h3>About this finder</h3>
<p>This tool can help you connect with organizations that offer guidance on starting, running, and growing a business. You can:</p>
<div class="callout list-div">
<div class="callout intro-list">
<ul>
<li>Browse the list of organizations.</li>
<li>Search by address or keyword.</li>
Expand All @@ -83,41 +83,22 @@ const i18nEnabled = computed(() => {
</p>

<h3>Additional resources</h3>
<ul>
<li>
For the latest webinars and events, visit <a
target="_blank"
href="https://www.phila.gov/the-latest/all-events/?category=Department%20of%20Commerce"
>Commerce's event page</a>.
</li>
<li>
For the latest programs and services for businesses, visit <a
target="_blank"
href="https://www.phila.gov/departments/department-of-commerce/"
>Commerce's homepage</a>.
</li>
</ul>
<div class="intro-list">
<ul>
<li>
For the latest webinars and events, visit <a
target="_blank"
href="https://www.phila.gov/the-latest/all-events/?category=Department%20of%20Commerce"
>Commerce's event page</a>.
</li>
<li>
For the latest programs and services for businesses, visit <a
target="_blank"
href="https://www.phila.gov/departments/department-of-commerce/"
>Commerce's homepage</a>.
</li>
</ul>
</div>
</div>
</div>
</template>

<style lang="scss" scoped>
.main-greeting {
padding: 1rem;
}
.greeting-button {
background-color: #0f4d90 !important;
border-color: #0f4d90 !important;
font-size: 1rem;
color: white;
cursor: pointer;
margin: 1rem;
}
.greeting-button:hover {
background-color: #444444 !important;
}
</style>

0 comments on commit 039291c

Please sign in to comment.