Skip to content

Commit

Permalink
refactor(colors): added new colors
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathancaleb committed Jun 19, 2024
1 parent baeb188 commit 5ab64a6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
<div align="center">
<img src="https://github.com/jonathancaleb/enoflow/blob/main/public/logo.png?raw=true" alt="Enoflow logo" width="95">
<h1>Enoflow <br> Rethinking Productivity</h1>
<br>
</div>

> **Warning**
> This is a work-in-progress and not the finished product.
## Purpose

A productivity app inspired by Notion. Scribe integrates note-taking, task management, databases, and more into one seamless experience. Built with Next.js, GoLang, Python, Postgres, Clerk and Flutter

## Planned MVP Features
## Features

- ✍️ Note Taking
- 📚 Flashcards
Expand Down
Binary file added public/fav.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/app/(site)/_components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const Footer = () => {
<span>Enoflow</span>
</Link>
<p className="text-sm text-foreground-muted">
&copy; {new Date().getFullYear()} Enoflow inc. All Rights Reserved.
&copy; {new Date().getFullYear()} Enoflow. All Rights Reserved.
</p>
</div>
<div className="order-1 mb-10 grid grid-cols-3 gap-0 md:order-2 md:mb-0 md:gap-12">
Expand Down
2 changes: 1 addition & 1 deletion src/app/(site)/_components/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const Navbar = () => {
<div className="container flex items-center justify-between transition-all">
<Link href="/" className="flex items-center gap-3">
<Image src="/logo.png" width={35} height={35} alt="Enoflow Logo" />
<span>Enoflow</span>
<span>enoflow</span>
</Link>

<NavigationMenu className="hidden md:block">
Expand Down

0 comments on commit 5ab64a6

Please sign in to comment.