Skip to content

Commit

Permalink
Merge pull request #1806 from Kajabi/develop
Browse files Browse the repository at this point in the history
Storybook deployment fix
  • Loading branch information
ju-Skinner authored Oct 2, 2023
2 parents 9f4ee4b + 71b0f30 commit 604560e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/sage-react/lib/Introduction.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from 'react';
import PackageInfo from '../../../docs/package.json';

export const Introduction = () => (
<div>
Expand All @@ -20,9 +19,5 @@ export const Introduction = () => (
</p>
<br />
<p>Happy coding! 🚀</p>
<br />
<h2>Version Information</h2>
<h3>{`v${PackageInfo.version}`}</h3>
<p><a href={`https://github.com/Kajabi/sage-lib/releases/tag/v${PackageInfo.version}`}>Change log</a> for {`v${PackageInfo.version}`}.</p>
</div>
);

0 comments on commit 604560e

Please sign in to comment.