Skip to content

Commit

Permalink
chore: Uses image from next/image
Browse files Browse the repository at this point in the history
  • Loading branch information
gruyaume committed Dec 2, 2023
1 parent 514cbb8 commit 8d5423c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/Logo.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
import React, { FC } from "react";

import Image from "next/image";

const Logo: FC = () => {
return (
<a className="logo" href="/">
<div className="logo-tag">
<img
<Image
src="https://assets.ubuntu.com/v1/82818827-CoF_white.svg"
alt="circle of friends"
className="logo-image"
Expand Down

0 comments on commit 8d5423c

Please sign in to comment.