Skip to content

Commit

Permalink
Merge pull request #20 from jwade1327/short-name-case
Browse files Browse the repository at this point in the history
Display ‘shortName’ for Case of the Week block/API call
  • Loading branch information
Shinsina authored May 5, 2023
2 parents bdd252a + 2376743 commit 2c3af50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/common/components/blocks/content/api-list-item.marko
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ $ const linkLabel = input.storyLocation ? `story|${input.storyLocation}|${conten
<tr>
<td align="left" valign="top">
<a style="font-family: 'Roboto', arial, sans-serif;font-size: 24px;line-height: 28px;color: #202022;font-weight: 700;text-decoration: none;" href=url target="_blank">
$!{content.teaser}
$!{content.shortName}
</a>
</td>
</tr>
Expand Down Expand Up @@ -68,7 +68,7 @@ $ const linkLabel = input.storyLocation ? `story|${input.storyLocation}|${conten
<tr>
<td align="left" valign="top">
<a style="font-family: 'Roboto', arial, sans-serif;font-size: 17px;line-height: 23px;color: #202022;font-weight: 400;text-decoration: none;" href=url>
$!{content.teaser}
$!{content.shortName}
</a>
</td>
</tr>
Expand Down

0 comments on commit 2c3af50

Please sign in to comment.