Skip to content

Commit

Permalink
Update gspc image. (#602)
Browse files Browse the repository at this point in the history
* Update gspc image.

* Add another ignored external link.
  • Loading branch information
john-labbate authored Jul 17, 2024
1 parent c1cd294 commit 63b9f3b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion training-front-end/linkinator-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"/printable/printable/$",
"http://www.energystar.gov/",
"http://www.biopreferred.gov/BioPreferred/",
"https://www.gsaadvantage.gov/advantage/ws/main/start_page\\?store=ADVANTAGE"
"https://www.gsaadvantage.gov/advantage/ws/main/start_page\\?store=ADVANTAGE",
"https://www.congress.gov/bill/118th-congress/house-bill/2670"
],
"verbosity": "debug"
}
1 change: 1 addition & 0 deletions training-front-end/public/images/gspc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
'Purchase Training for Card/Account Holders and Approving Officials': 'smartpay-red-purchase-plain.svg',
'Purchase Training For Program Coordinators': 'smartpay-red-purchase-plain.svg',
'Fleet Training For Program Coordinators': 'smartpay-green-fleet-plain.svg',
'GSA SmartPay Program Certification (GSPC)': 'smartpay-green-fleet-plain.svg'
'GSA SmartPay Program Certification (GSPC)': 'gspc.svg'
}
const certificates = ref([])
Expand Down
2 changes: 1 addition & 1 deletion training-front-end/src/components/CertificateTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'Purchase Training for Card/Account Holders and Approving Officials': 'smartpay-red-purchase-plain.svg',
'Purchase Training For Program Coordinators': 'smartpay-red-purchase-plain.svg',
'Fleet Training For Program Coordinators': 'smartpay-green-fleet-plain.svg',
'GSA SmartPay Program Certification (GSPC)': 'smartpay-green-fleet-plain.svg'
'GSA SmartPay Program Certification (GSPC)': 'gspc.svg'
}
const certificates = ref([])
Expand Down

0 comments on commit 63b9f3b

Please sign in to comment.