Skip to content

Commit

Permalink
Merge pull request #818 from hackclub/add-short-reflink
Browse files Browse the repository at this point in the history
Attempt to fix missing share API image and title
  • Loading branch information
maxwofford authored Nov 20, 2024
2 parents 3fcc179 + a603814 commit d707cb7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/harbor/signpost/referral.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ export default function Referral() {
if (navigator.share) {
navigator
.share({
title: 'High Seas',
text: 'Build. Battle. Booty. Repeat!',
url: shareLink || '',
})
.then(() => console.log('Successful share'))
Expand Down

0 comments on commit d707cb7

Please sign in to comment.