Skip to content
This repository was archived by the owner on Aug 14, 2023. It is now read-only.

chore: update share link page copy #405

Merged
merged 3 commits into from
Jan 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions functions/src/share/templates/share.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ export default `
<div class="info">
<div class="info-content">
<img class="flutter-forward-logo" src={{assetUrls.flutterForwardLogo}} />
<h1>Check it out my Flutter holocard!</h1>
<h1>Check out my Flutter holocard!</h1>
<h2>
This video has been created with Flutter web app.
Create your unique video in a few steps:
This video has been created with Flutter on the web.
Create your unique video:
</h2>
<a class="btn elevated-btn try-now-btn" href="http://holobooth.flutter.dev/">
<a class="btn elevated-btn try-now-btn" href="https://holobooth.flutter.dev/" target="_blank">
<img src={{assetUrls.playArrowIcon}} />
Try now
</a>
Expand Down