Skip to content

Commit

Permalink
fix vqa issues round 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jackiequach committed Nov 7, 2023
1 parent c63dfb1 commit 6dcfb5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ResultsList/ResultsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const ResultsList: React.FC<{ works: ApiWork[] }> = ({ works }) => {
<Box key={`search-result-${work.uuid}`} className="search-result">
<Heading
level="h2"
size="heading3"
size="heading4"
sx={{
a: {
textDecoration: "none",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ const WorkDetailDefinitionList: React.FC<{ work: ApiWork }> = ({ work }) => {
"dd, dt": {
fontSize: "desktop.body.body2",
},
a: {
textDecoration: "none",
},
}}
>
<>
Expand Down

0 comments on commit 6dcfb5c

Please sign in to comment.