Skip to content

Commit 3634815

Browse files
committed
1 parent a3fcd5b commit 3634815

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ghost/admin/app/templates/mentions.hbs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</h2>
66
</GhCanvasHeader>
77
<section>
8-
<figure class="gh-mention-card">
8+
<div class="gh-mention-card">
99
<p class="gh-mention-your-post">Your post <a href="#" class="gh-mention-your-post-link">Norway’s Ambitious Plan to Designate 10 New National Parks</a> was mentioned in:</p>
1010
<a href="#" class="gh-mention-container">
1111
<div class="gh-mention-content">
@@ -22,8 +22,8 @@
2222
<img src="https://futurecrunch.com/content/images/2022/12/Human-Tower-1.jpg" alt="Future Crunch">
2323
</div>
2424
</a>
25-
</figure>
26-
<figure class="gh-mention-card">
25+
</div>
26+
<div class="gh-mention-card">
2727
<p class="gh-mention-your-post">Your post <a href="#" class="gh-mention-your-post-link">23 Tips to Crush Your Career in 2023</a> was mentioned in:</p>
2828
<a href="#" class="gh-mention-container">
2929
<div class="gh-mention-content">
@@ -40,8 +40,8 @@
4040
<img src="https://blog.mozilla.org/wp-content/blogs.dir/278/files/2021/11/pocket_best_of_special_collections_stories_1200x800-1200x800.jpg" alt="Mozilla">
4141
</div>
4242
</a>
43-
</figure>
44-
<figure class="gh-mention-card">
43+
</div>
44+
<div class="gh-mention-card">
4545
<p class="gh-mention-your-post">Your post <a href="#" class="gh-mention-your-post-link">Airpods Pro 2 Review</a> was mentioned in:</p>
4646
<a href="#" class="gh-mention-container">
4747
<div class="gh-mention-content">
@@ -51,7 +51,7 @@
5151
</div>
5252
</div>
5353
</a>
54-
</figure>
54+
</div>
5555
</section>
5656
{{#each this.mentionsList as |mention|}}
5757
<li>from: {{mention.source}} to {{mention.target}}</li>

0 commit comments

Comments
 (0)