From 793677dd192784d8986b41e40e765055cb9d6a75 Mon Sep 17 00:00:00 2001 From: swsrkty Date: Tue, 23 Jan 2024 18:02:26 +0530 Subject: [PATCH] Fixing typo --- README.md | 2 +- pages/poll/[id].tsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index af0dc57..9325ff5 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pages/poll/[id].tsx b/pages/poll/[id].tsx index d568fc3..e0d39c8 100644 --- a/pages/poll/[id].tsx +++ b/pages/poll/[id].tsx @@ -74,7 +74,7 @@ const Poll = (props: {
- Powered by Samay.com + Powered by Samay.app
); @@ -107,7 +107,7 @@ const Poll = (props: {
- Powered by Samay.com + Powered by Samay.app
); @@ -140,7 +140,7 @@ const Poll = (props: { />
- Powered by Samay.com + Powered by Samay.app
);