Skip to content

Commit

Permalink
svg to material-icons
Browse files Browse the repository at this point in the history
  • Loading branch information
alencarfreire committed Mar 23, 2024
1 parent 56b9b90 commit 5d8d2ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./style.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<title>FAQ Page - Mini Projeto codante.io</title>
</head>

Expand All @@ -22,7 +23,7 @@ <h1 class="faq-container__title">Perguntas Frequentes</h1>
<li class="faq-container__question-card">
<h3 class="faq-container__question"><span class="faq-container__question-text">
</span>
<img src="/assets/arrow-down-icon.svg" alt="Seta para baixo" class="faq-container__icon">
<span alt="Seta para baixo" class="faq-container__icon material-icons">expand_more</span>
</h3>
<p class="faq-container__answer"></p>
</li>
Expand Down

0 comments on commit 5d8d2ef

Please sign in to comment.