Skip to content

Commit

Permalink
Test PR of accesibility badge to see if fails, button violation critical
Browse files Browse the repository at this point in the history
  • Loading branch information
g-saracca committed Mar 15, 2024
1 parent 345ebd5 commit c7eb23c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sections/collection/Collection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ export function Collection({ datasetRepository, id, page }: CollectionProps) {
}
/>
<header>
<h1 style={{ color: '#fff' }}>{capitalizeFirstLetter(id)}</h1>
<h1>{capitalizeFirstLetter(id)}</h1>
<button></button>
</header>
{user && (
<div className={styles.container}>
Expand Down

0 comments on commit c7eb23c

Please sign in to comment.