Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
swsrkty committed Jan 23, 2024
1 parent 339b2b8 commit 793677d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Samay is a free and open source meeting poll tool. Quickly find a time which wor
- Copy and share the poll link with the participants to let them mark their availability.
- Find the most popular times and see who's free with "yes" votes - or who can be - with "if need be" votes, and book the meeting!

Create a poll now at [Samay.com](https://samay.app/)!
Create a poll now at [Samay.app](https://samay.app/)!

## Motivation

Expand Down
6 changes: 3 additions & 3 deletions pages/poll/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const Poll = (props: {
</span>
</div>
<div className="voter-page-powered-container">
<a href="http://samay.app">Powered by Samay.com</a>
<a href="http://samay.app">Powered by Samay.app</a>
</div>
</>
);
Expand Down Expand Up @@ -107,7 +107,7 @@ const Poll = (props: {
</div>

<div className="voter-page-powered-container">
<a href="http://samay.app">Powered by Samay.com</a>
<a href="http://samay.app">Powered by Samay.app</a>
</div>
</>
);
Expand Down Expand Up @@ -140,7 +140,7 @@ const Poll = (props: {
/>
</div>
<div className="voter-page-powered-container">
<a href="http://samay.app">Powered by Samay.com</a>
<a href="http://samay.app">Powered by Samay.app</a>
</div>
</>
);
Expand Down

0 comments on commit 793677d

Please sign in to comment.