chore: compress nostrich

This commit is contained in:
Kieran 2023-01-31 09:43:14 +00:00
parent c82fcd63ae
commit 223cb56fe0
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
6 changed files with 8 additions and 3 deletions

5
d.ts
View File

@ -7,3 +7,8 @@ declare module "*.svg" {
const value: any
export default value
}
declare module "*.webp" {
const value: any
export default value
}

View File

@ -1,5 +1,5 @@
import "./Avatar.css";
import Nostrich from "../nostrich.jpg";
import Nostrich from "nostrich.webp";
import { CSSProperties } from "react";
import type { UserMetadata } from "Nostr";
import { useSelector } from "react-redux";

View File

@ -1,4 +1,4 @@
import Nostrich from "nostrich.jpg";
import Nostrich from "nostrich.webp";
import { TaggedRawEvent } from "Nostr";
import EventKind from "Nostr/EventKind";

View File

@ -1,5 +1,5 @@
import "./Profile.css";
import Nostrich from "nostrich.jpg";
import Nostrich from "nostrich.webp";
import { useEffect, useState } from "react";
import { useSelector } from "react-redux";

Binary file not shown.

Before

Width:  |  Height:  |  Size: 338 KiB

BIN
src/nostrich.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB