Skip to content

Commit

Permalink
Open social links in new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
riasvdv committed Nov 21, 2024
1 parent 33b3814 commit c52e453
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/views/front/pages/top-secret/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ class="sheet-highlight-markup text-bf-red-dark p-4 paper-dotted-border text-cent
</div>
<p>Information regarding the reward will also be transmitted to your secure channel.</p>
<p>Awaiting your transmission tomorrow.</p>
<p>Broadcast your success on:
<a href="https://bsky.app/intent/compose?text={{ Str::of("I decoded my daily message on topsecret.spatie.be and got a nice prize!") }}">Bluesky</a>,
<a href="https://twitter.com/intent/tweet?text={{ Str::of("I decoded my daily message on topsecret.spatie.be and got a nice prize!") }}">X</a>
<p>Broadcast your success on:
<a target="_blank" href="https://bsky.app/intent/compose?text={{ Str::of("I decoded my daily message on topsecret.spatie.be and got a nice prize!") }}">Bluesky</a>,
<a target="_blank" href="https://twitter.com/intent/tweet?text={{ Str::of("I decoded my daily message on topsecret.spatie.be and got a nice prize!") }}">X</a>
</p>
<p><button class="underline hover:no-underline" x-on:click="showReward = false">Discard</button></p>
</div>
Expand Down

0 comments on commit c52e453

Please sign in to comment.