Skip to content

Commit

Permalink
Fix colour schemes card demos
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Sep 14, 2023
1 parent bdd17b9 commit 04518f6
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,11 @@ const Template = ({ theme, accent }) => {
headingLevel: 3,
headingSize: "m",
href: "#",
image: {
src: "https://www.nationalarchives.gov.uk/wp-content/uploads/sites/24/2023/07/tna-building-compress.jpg",
alt: "The National Archives office",
width: 1996,
height: 1331,
},
imageSrc:
"https://www.nationalarchives.gov.uk/wp-content/uploads/sites/24/2023/07/tna-building-compress.jpg",
imageAlt: "The National Archives office",
imageWidth: 1996,
imageHeight: 1331,
label: "New",
body: "<p>Card body</p>",
actions: [
Expand Down

0 comments on commit 04518f6

Please sign in to comment.