Skip to content

Commit

Permalink
bugsfixedyesss
Browse files Browse the repository at this point in the history
  • Loading branch information
NotCJSBirdie committed Jan 22, 2022
1 parent 32527e0 commit 90f102f
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 3 deletions.
14 changes: 11 additions & 3 deletions pages/components/TestHeader.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import useCollapse from "react-collapsed";
import styles from "./TestHeader.module.css";
import { useState } from "react";
import Image from "next/image";
import SvelteLogo from "../../public/images/sveltepng.png";

const TestHeader = () => {
const { getCollapseProps, getToggleProps, isExpanded } = useCollapse();
Expand All @@ -12,7 +14,10 @@ const TestHeader = () => {
<header className="text-gray-600 body-font md:hidden">
<div className="container mx-auto flex p-5 flex-row items-center justify-between">
<a className="flex title-font font-medium items-center text-gray-900 md:mb-0">
<span className="text-xl">
<span className="mr-2">
<Image width={30} height={30} src={SvelteLogo} alt="SvelteLogo" />
</span>
<span className="text-3xl">
SVELTE
<span id={styles.brandkit} className="mx-0">
KIT
Expand Down Expand Up @@ -67,8 +72,11 @@ const TestHeader = () => {

<header className="text-gray-600 body-font md:grid hidden z-50">
<div className="py-5 container mx-auto grid grid-cols-3 items-center">
<a className="flex title-font font-medium items-center text-gray-900 mb-4 md:mb-0">
<span className="px-8 text-3xl">
<a className="flex title-font font-medium items-center text-gray-900 mb-4 md:mb-0 px-8">
<span className="mr-2">
<Image width={30} height={30} src={SvelteLogo} alt="SvelteLogo" />
</span>
<span className="pr-8 text-3xl">
SVELTE
<span id={styles.brandkit} className="mx-0">
KIT
Expand Down
Binary file modified public/favicon.ico
Binary file not shown.
Binary file added public/images/747px-Svelte_Logo.svg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/sveltepng.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions public/images/sveltesvg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 90f102f

@vercel
Copy link

@vercel vercel bot commented on 90f102f Jan 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.