> ## Documentation Index
> Fetch the complete documentation index at: https://docs.malga.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Feb 28 - Safrapay

> Adição de Safrapay

export const AuthorProfile = ({author}) => <div className="flex flex-row gap-3 items-center">
    {author.image && <img src={author.image} className="w-10 h-10 rounded-full m-0" />}
    <div>
      <a href={author.url}>{author.name}</a>
      <br />
      <span>{author.title}</span>
    </div>
  </div>;

export const lais = {
  name: "Lais Petra",
  title: "Software Engineer",
  url: "https://github.com/laispetra-malga",
  image: "https://github.com/laispetra-malga.png"
};

<AuthorProfile author={lais} />

A partir de agora, é possível transacionar com **cartão de crédito** e **pix** junto ao provedor **Safrapay**.

Siga acompanhando as novidades Malga 🤓🎉
