favycon/components/favycon-info
Rui Saraiva 3588ab0506
feat: link the author credit to a website and update the contact address
Two changes to the about modal, in the same file:

Rui's credit pointed at a Twitter handle and now points at ruisaraiva.dev,
with a globe icon. Augusto keeps Twitter and Miguel keeps GitHub, so the
link type is now one of three rather than a binary — hence a small lookup
instead of a second ternary in the JSX. The icon is drawn from circle,
line and ellipse primitives rather than path data, so the geometry is
exact.

Because the globe is stroked where the GitHub mark is filled, the
dark-mode rule for it has to set stroke rather than fill. Both were
checked in both themes.

The subtitle said "follow these guys on Twitter", which only one of the
three links now is, so it drops the platform.

The contact address moves from hello@favycon.app, which is no longer in
use, to hello@ruisaraiva.dev.
2026-07-26 14:31:52 +01:00
..
index.module.scss feat: link the author credit to a website and update the contact address 2026-07-26 14:31:52 +01:00
index.tsx feat: link the author credit to a website and update the contact address 2026-07-26 14:31:52 +01:00