Skip to content

Commit

Permalink
add note about charts feature being solved
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanWbn committed Aug 16, 2024
1 parent e0a060d commit 209dd10
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,18 @@ const Home: FunctionComponent = () => {
</div>
<div className="max-w-2xl w-full flex flex-col">
<h3 className="mt-5 text-2xl font-bold">📊 Database visualization</h3>
<p className="rounded-sm bg-amber-100 bg-opacity-80 mt-4 p-4">
<span className="mr-2">👌</span>This use case has now been solved by Notion&lsquo;s{' '}
<a
href="https://www.notion.so/help/charts"
target="_blank"
rel="noopener noreferrer"
className="text-gray-500 underline transition-colors hover:text-gray-600"
>
chart view
</a>
.
</p>
<p className="rounded-sm bg-gray-100 bg-opacity-80 mt-4 p-4">
<span className="mr-2">👉</span>This tool allows you to visualization the data in your
databases.
Expand Down

0 comments on commit 209dd10

Please sign in to comment.