Skip to content

Commit

Permalink
Merge branch 'main' into docker-docs-update
Browse files Browse the repository at this point in the history
  • Loading branch information
brianzelip authored Jan 29, 2025
2 parents 0a0be10 + 9f6445c commit 36501de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cypress/e2e/release-badge.cy.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const releaseUrl =
'https://github.com/archivesspace/archivesspace/releases/latest'
const title = 'Go to the latest ArchivesSpace release'
const badgeSrc = `https://img.shields.io/github/v/release/archivesspace/archivesspace?label=ArchivesSpace&color=007595`
const badgeSrc = `https://img.shields.io/github/v/release/archivesspace/archivesspace?label=ArchivesSpace&color=026cb6`
const altText = 'The latest ArchivesSpace release version'

describe('Release Badge', () => {
Expand Down
2 changes: 1 addition & 1 deletion src/components/ReleaseBadge.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const releaseUrl =
'https://github.com/archivesspace/archivesspace/releases/latest'
const label = 'ArchivesSpace'
const color = '007595' // dark `--sl-color-accent` via custom.css
const color = '026cb6' // dark blue via A_logo.svg
const badgeSrc = `https://img.shields.io/github/v/release/archivesspace/archivesspace?label=${label}&color=${color}`
const altText = 'The latest ArchivesSpace release version'
const title = 'Go to the latest ArchivesSpace release'
Expand Down

0 comments on commit 36501de

Please sign in to comment.