Skip to content

Commit

Permalink
fix: hr formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
thedaviddias committed Jun 10, 2023
1 parent c58cb59 commit 1e2970f
Show file tree
Hide file tree
Showing 6 changed files with 517 additions and 183 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
draft: false
locale: en
date: 2023-06-01T04:38:32.569Z
title: 'Stop using the <hr> tag to design a horizontal line!'
description: It's sometimes easy to forget that UI doesn't dicated semantics. In this article I'll show you how to use the <hr> tag properly.
title: 'Stop using the "<hr/>" tag to design a horizontal line!'
description: It's sometimes easy to forget that UI doesn't dicated semantics. In this article I'll show you how to use the "<hr/>" tag properly.
author: David Dias
tags:
- coding
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@tailwindcss/forms": "0.5.3",
"@tailwindcss/typography": "0.5.9",
"autoprefixer": "^10.4.14",
"eslint-config-prettier": "8.6.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"feed": "^4.2.2",
"googleapis": "110.0.0",
Expand Down Expand Up @@ -57,18 +57,18 @@
"@types/react": "18.2.11",
"@types/react-dom": "18.2.4",
"@types/rss": "0.0.30",
"@typescript-eslint/eslint-plugin": "5.50.0",
"@typescript-eslint/parser": "5.50.0",
"@typescript-eslint/eslint-plugin": "5.59.9",
"@typescript-eslint/parser": "5.59.9",
"axe-core": "4.7.2",
"axios": "1.4.0",
"camel-case": "^4.1.2",
"clsx": "^1.2.1",
"date-fns": "2.30.0",
"dotenv": "16.1.4",
"eslint": "8.33.0",
"eslint-config-next": "13.1.6",
"eslint": "8.42.0",
"eslint-config-next": "13.4.4",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-mdx": "2.0.5",
"eslint-plugin-mdx": "2.1.0",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "10.0.0",
Expand Down
Loading

2 comments on commit 1e2970f

@vercel
Copy link

@vercel vercel bot commented on 1e2970f Jun 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for thedaviddiasdev ready!

✅ Preview
https://thedaviddiasdev-4bv51qmow-thedaviddias1.vercel.app

Built with commit 1e2970f.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.