Skip to content

Commit 1af250c

Browse files
committed
🔍️ Link view back to oice index
1 parent 594de43 commit 1af250c

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/web/pages/OiceSingleView/OiceSingleView.jsx

+7-5
Original file line numberDiff line numberDiff line change
@@ -635,11 +635,13 @@ export default class OiceSingleView extends React.Component {
635635
{canShare && <hr />}
636636
<div className="be-creator">
637637
<AppIcon size={48} />
638-
<OutlineButton
639-
color="light-grey"
640-
label={t('label.createYourOwnStory')}
641-
onClick={this.handleCreatorCTA}
642-
/>
638+
<a href="/about" style={{ textDecoration: 'inherit' }} onClick={e => e.preventDefault()}>
639+
<OutlineButton
640+
color="light-grey"
641+
label={t('label.createYourOwnStory')}
642+
onClick={this.handleCreatorCTA}
643+
/>
644+
</a>
643645
</div>
644646
</div>
645647

0 commit comments

Comments
 (0)