Skip to content

Commit

Permalink
🔍️ Link view back to oice index
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Dec 1, 2023
1 parent d8b77ca commit 5fd5306
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/web/pages/OiceSingleView/OiceSingleView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -635,11 +635,13 @@ export default class OiceSingleView extends React.Component {
{canShare && <hr />}
<div className="be-creator">
<AppIcon size={48} />
<OutlineButton
color="light-grey"
label={t('label.createYourOwnStory')}
onClick={this.handleCreatorCTA}
/>
<a href="/about" style={{ textDecoration: 'inherit' }} onClick={e => e.preventDefault()}>
<OutlineButton
color="light-grey"
label={t('label.createYourOwnStory')}
onClick={this.handleCreatorCTA}
/>
</a>
</div>
</div>

Expand Down

0 comments on commit 5fd5306

Please sign in to comment.