more scrap more email-y

brendan April 27, 2026
Source

redux! testing moreeeeee

this is fun, I'm testing a scrap that…might be sent…as an email - ?!

very cool!

don't forget to check out leaflet!

https://leaflet.pub/ External Link • leaflet.pub

further testing

with some headings

like this

and more text :)

cool img from Mosh's talk:

excited for this meetup!

oh yeah I made a demo:

more things:

testing block quote with some text to see how this renders too!

^Scraps! once again…but…embedded

const AtApp = (props: { logo: string; name: string }) => {
  return (
    <div className="w-20 flex-shrink-0 flex flex-col gap-2 justify-center text-tertiary font-bold text-sm text-center">
      <img src={props.logo} alt={props.name} className="w-12 h-12 mx-auto" />
      {props.name}
    </div>
  );
};

okay I think that's it for now!

—Brendan

(AGAIN)

Discussion in the ATmosphere

Loading comments...