Skip to content

Commit

Permalink
Merge pull request #148 from DaleStudy/sam/147
Browse files Browse the repository at this point in the history
fix : replace seo meta tag component implementation to a simple main …
  • Loading branch information
SamTheKorean authored Jul 15, 2024
2 parents 1e92f64 + 85d5ff8 commit 3113755
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 37 deletions.
31 changes: 0 additions & 31 deletions components/seo-meta-tag/seo-meta-tag.js

This file was deleted.

7 changes: 2 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>placeholder title</title>
<seo-meta-tag
title="Dale Study Group Website"
description="This is a Dale Study Group Website"
></seo-meta-tag>
<title>Dale Study Group Website</title>
<meta name="description" content="This is a Dale Study Group Website" />
<meta name="viewport" content="width=device-width, initial-scale=1" />

<link rel="icon" type="image/x-icon" href="/images/favicon.ico" />
Expand Down
1 change: 0 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ import "./components/intro-section.js";
import "./components/language-section.js";
import "./components/participant-review.js";
import "./components/participant-review-section.js";
import "./components/seo-meta-tag/seo-meta-tag.js";
import "./components/step.js";
import "./components/step-section.js";

0 comments on commit 3113755

Please sign in to comment.