Skip to content

Commit 8effd16

Browse files
authored
Merge pull request #79 from Dev-Motion/fix/typos
Fix/typos
2 parents c285ec2 + 1907ea6 commit 8effd16

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Paige",
33
"description": "Your personal new tab companion. Plan, navigate, and personalize your space. Focus, inspire, and achieve with every new tab.",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"manifest_version": 3,
66
"icons": {
77
"16": "/logo/16x16.png",

src/components/inc/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
export { default as Scaffold } from "./Scaffold";
22
export { default as MainLayout } from "./MainLayout";
3-
export { default as SideBar } from "./SideBar";
43
export { default as HoverReveal } from "./HoverToReveal";
54
export { default as TagInput } from "./TagInput";
65
export { default as GalleryTabs } from "./GalleryTabs";

src/components/inc/widgets/Todo.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ function AddTodo() {
196196
<AddIcon css={{ color: "$text" }} />
197197
</IconButton>
198198
<Text fs="sm" fw="medium">
199-
Add a todo
199+
Add a to-do
200200
</Text>
201201
</Flex>
202202
)}
@@ -249,5 +249,5 @@ export default withTour(Todo, {
249249
name: "todo",
250250
title: "Todo",
251251
description:
252-
"Create your To-Dos by clicking on this icon here. Set reminders for your To-Dos to keep you focused",
252+
"Create your to-dos by clicking on this icon here. Set reminders for your to-dos to keep you focused",
253253
});

src/components/inc/widgets/Weather.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,5 +191,5 @@ export default withTour(WeatherWidget, {
191191
name: "weather",
192192
title: "Weather Widget",
193193
description:
194-
"Get weather updates and forcasts for free with easy customization",
194+
"Get weather updates and forecasts for free with easy customization",
195195
});

0 commit comments

Comments
 (0)