Skip to content

Commit

Permalink
feat: add levilamina logo
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamguxiang committed Oct 31, 2024
1 parent 2ccf43c commit b5032ed
Show file tree
Hide file tree
Showing 11 changed files with 2,480 additions and 1,518 deletions.
4 changes: 4 additions & 0 deletions assets/brand/levilamina.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
760 changes: 32 additions & 728 deletions assets/brand/logo-marker-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
769 changes: 31 additions & 738 deletions assets/brand/logo-marker-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,450 changes: 2,407 additions & 43 deletions assets/brand/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions assets/brand/paper.svg

This file was deleted.

2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
// see https://nextjs.org/docs/basic-features/typescript for more information.
2 changes: 1 addition & 1 deletion src/pages/downloads/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { NextPage } from "next";

import FoliaIcon from "@/assets/brand/folia.svg";
import PaperIcon from "@/assets/brand/paper.svg";
import PaperIcon from "@/assets/brand/levilamina.svg";
import VelocityIcon from "@/assets/brand/velocity.svg";
import WaterfallIcon from "@/assets/brand/waterfall.svg";
import SoftwarePreview from "@/components/data/SoftwarePreview";
Expand Down
2 changes: 1 addition & 1 deletion src/pages/downloads/paper.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { ReactElement } from "react";

import PaperIcon from "@/assets/brand/paper.svg";
import PaperIcon from "@/assets/brand/levilamina.svg";
import SoftwareDownload from "@/components/layout/SoftwareDownload";
import SEO from "@/components/util/SEO";
import type { ProjectProps } from "@/lib/context/downloads";
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { NextPage } from "next";
import Image from "next/image";

import PaperIcon from "@/assets/brand/paper.svg";
import PaperIcon from "@/assets/brand/levilamina.svg";
import VelocityIcon from "@/assets/brand/velocity.svg";
import HomeImage1 from "@/assets/images/home-1.webp";
import HomeImage2 from "@/assets/images/home-2.webp";
Expand Down
2 changes: 1 addition & 1 deletion src/pages/javadocs.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { NextPage, GetStaticProps } from "next";

import FoliaIcon from "@/assets/brand/folia.svg";
import PaperIcon from "@/assets/brand/paper.svg";
import PaperIcon from "@/assets/brand/levilamina.svg";
import VelocityIcon from "@/assets/brand/velocity.svg";
import WaterfallIcon from "@/assets/brand/waterfall.svg";
import SoftwarePreview from "@/components/data/SoftwarePreview";
Expand Down
2 changes: 1 addition & 1 deletion src/pages/software/paper/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Image from "next/image";
import type { ReactElement } from "react";

import PaperIcon from "@/assets/brand/paper.svg";
import PaperIcon from "@/assets/brand/levilamina.svg";
import BoltIcon from "@/assets/icons/heroicons/bolt.svg";
import ChatBubbleLeftRightIcon from "@/assets/icons/heroicons/chat-bubble-left-right.svg";
import CodeBracketIcon from "@/assets/icons/heroicons/code-bracket.svg";
Expand Down

0 comments on commit b5032ed

Please sign in to comment.