Skip to content

Commit

Permalink
Slightly cleanup divcord notification
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Slusny <[email protected]>
  • Loading branch information
deathbeam committed Oct 30, 2023
1 parent 3c02a71 commit f70406b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/views/CardsView.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const CardList = ({ card, voidstones }) => {
<div className="card mb-2 bg-danger-subtle text-white">
<div className="card-header">{card.name} has no confirmed drop sources.</div>
<div className="card-body">
If you find one that did not come from sources of random divination cardsincluding{' '}
If you find one that did not come from sources of random divination cardsincluding{' '}
<a href={wikiBase + 'Stacked_Deck'} target="_blank" rel="noreferrer">
Stacked Decks
</a>
Expand Down

0 comments on commit f70406b

Please sign in to comment.