Skip to content

Commit

Permalink
Merge pull request #271 from zehguilherme/develop
Browse files Browse the repository at this point in the history
Update instagram profile link
  • Loading branch information
zehguilherme authored Apr 29, 2024
2 parents a0897f9 + e70e23e commit 4b2a905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/src/components/Footer/Footer.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe("Home page", () => {
const instagramLink = screen.getByLabelText("Navegar para o Instagram");
expect(instagramLink).toHaveAttribute(
"href",
"https://www.instagram.com/studio.amandaborges"
"https://www.instagram.com/amanda_detalha"
);

const { container: instagramHtmlElement } = render(<Instagram />);
Expand Down
2 changes: 1 addition & 1 deletion web/src/components/Footer/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export function Footer() {
<ul className="flex items-center space-x-1 text-white-white1">
<li className="flex items-center">
<Link
href="https://www.instagram.com/studio.amandaborges"
href="https://www.instagram.com/amanda_detalha"
target="_blank"
className="inline-block p-[10px]"
aria-label="Navegar para o Instagram"
Expand Down

0 comments on commit 4b2a905

Please sign in to comment.