Skip to content

Commit e793425

Browse files
committed
Update
1 parent b0885b3 commit e793425

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
font-size: 1rem;
174174
padding: 0.75rem 1.5rem;
175175
border-radius: 9999px;
176-
border: 1px solid rgba(10, 10, 10, 0.1);
176+
/* border: 1px solid rgba(10, 10, 10, 0.1); */
177177
transition: var(--transition-smooth);
178178
}
179179

@@ -274,7 +274,7 @@ <h1 class="brand-name">Plain<span>Lab</span></h1>
274274
</main>
275275

276276
<footer>
277-
<a href="mailto:support@plainlab.dev" class="contact-link">
277+
<a href="mailto:hi@plainlab.dev" class="contact-link" title="Contact us">
278278
<svg class="email-icon" viewBox="0 0 24 24">
279279
<path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path>
280280
<polyline points="22,6 12,13 2,6"></polyline>
@@ -285,4 +285,4 @@ <h1 class="brand-name">Plain<span>Lab</span></h1>
285285

286286
</body>
287287

288-
</html>
288+
</html>

0 commit comments

Comments
 (0)