Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor edits #58

Merged
merged 4 commits into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Support `Yahoo Mail`
- Custom 404 page
- Support URL-safe encoding using `Base64URL` format
### Changed
- `README.md` updated
## [0.3] - 2024-10-30
### Added
- Google Tag Manager installed
Expand Down
15 changes: 5 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,10 @@
<img src="https://github.com/openscilab/mybutton/raw/main/otherfiles/logo.png" width="500" height="350">
<br/>
<br/>
<a href="https://reactjs.org/">
<img src="https://img.shields.io/badge/react-black?logo=react&style=for-the-badge" alt="React" style="height: 24px;">
</a>
<a href="https://www.typescriptlang.org/">
<img src="https://shields.io/badge/TypeScript-3178C6?logo=TypeScript&logoColor=FFF&style=flat-square" alt="TypeScript" style="height: 24px;">
</a>
<a href="https://discord.gg/T2VzhzqU67">
<img src="https://img.shields.io/discord/1064533716615049236.svg" alt="Discord Channel" style="height: 24px;">
</a>
<a href="https://reactjs.org/"><img src="https://img.shields.io/badge/react-black?logo=react&style=for-the-badge" alt="React" style="height: 24px;"></a>
<a href="https://www.typescriptlang.org/"><img src="https://shields.io/badge/TypeScript-3178C6?logo=TypeScript&logoColor=FFF&style=for-the-badge" alt="TypeScript" style="height: 24px;"></a>
<a href="https://github.com/openscilab/mybutton"><img alt="GitHub repo size" src="https://img.shields.io/github/repo-size/openscilab/mybutton?style=for-the-badge" style="height: 24px;"></a>
<a href="https://discord.gg/T2VzhzqU67"><img src="https://img.shields.io/discord/1064533716615049236.svg" alt="Discord Channel" style="height: 24px;"></a>
</div>

## Overview
Expand Down Expand Up @@ -48,7 +43,7 @@ You can also join our discord server
<img src="https://img.shields.io/discord/1064533716615049236.svg?style=for-the-badge" alt="Discord Channel">
</a>

## Show Your Support
## Show your support

<h3>Star this repo</h3>

Expand Down
Loading