Skip to content

Commit

Permalink
Moved meta description tag to index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
me3zaAKAgoat committed Mar 30, 2024
1 parent e867d25 commit 157662e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 5 additions & 1 deletion frontend/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/svg+xml" href="/dtb.svg" />
<title>Digital Task Board</title>
<meta
name="description"
content="Dtboard is a productivity app designed for stress-free task management. Organize tasks effortlessly, monitor well-being insights, and track progress seamlessly. Stay focused and motivated with priority tasks and percentage completion tracking. Simplify productivity so you can focus on what matters."
/>
</head>
<body>
<div id="root"></div>
Expand Down
4 changes: 0 additions & 4 deletions frontend/src/pages/LandingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ import Icon from '../assets/dtb';
function LandingPage() {
return (
<div className="flex flex-col justify-between landing-page h-screen w-screen px-10 md:px-[10%]">
<meta
name="description"
content="Dtboard is a productivity app designed for stress-free task management. Organize tasks effortlessly, monitor well-being insights, and track progress seamlessly. Stay focused and motivated with priority tasks and percentage completion tracking. Simplify productivity so you can focus on what matters."
/>
<header className="pt-10 flex justify-between">
<details className=" dropdown md:hidden">
<summary className="rounded-md btn bg-transparent border-2 border-accent text-primary-content hover:border-accent hover:bg-accent hover:text-primary-content">
Expand Down

0 comments on commit 157662e

Please sign in to comment.