Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
Add sale notification
Browse files Browse the repository at this point in the history
  • Loading branch information
jermainee committed May 22, 2024
1 parent 81154d3 commit e90eb8a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Writer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ export default class Writer extends Component<{}, IAppState> {
</div>
</form>
</div>

<div className="notification" style={{ marginTop: "1rem" }}>
This website is for sale. <a href="mailto:[email protected]?subject=writer.md">Contact me</a>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit e90eb8a

Please sign in to comment.