Skip to content

Commit

Permalink
chore: APPS-3000 Update global store with FTVA viewing info (#629)
Browse files Browse the repository at this point in the history
* Update global store with FTVA viewing info

* fix: Change key name from titleGeneral to title

---------

Co-authored-by: tinuola <[email protected]>
  • Loading branch information
tinuola and tinuola authored Oct 8, 2024
1 parent d4a57f3 commit d9e2d9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/stores/GlobalStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ export const useGlobalStore = defineStore('GlobalStore', {
},
],
},
ftvaViewingInformation: {
title: 'View information',
text: '<p>For more information, or to arrange on-site research viewing, please contact the <a href="https://www.cinema.ucla.edu/archive-research-study-center" target="_blank" rel="noreferrer noopener">Archive Research and Study Center (ARSC)</a></p>'
}
},
header: {
primary: mockPrimary,
Expand Down

1 comment on commit d9e2d9d

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.