Fixing WT summury issue

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2022-04-01 18:55:24 +05:30
parent 44ab7b5fd9
commit 6c1d458638
4 changed files with 8 additions and 1 deletions

View File

@ -2,6 +2,7 @@ import React from "react";
import NavStyle from "./nav.style";
import Link from "next/link";
import { useLanyard } from "react-use-lanyard";
const LINKS = [
{
title: "Skills",

View File

@ -1,7 +1,12 @@
import styled from "styled-components";
export default styled.nav`
background-color: var(--color1);
background: rgb(52, 47, 50);
background: linear-gradient(
90deg,
rgba(52, 47, 50, 1) 0%,
rgba(96, 97, 103, 1) 60%
);
padding: 20px;
position: fixed;
top: 0;

1
handlers/axios.js Normal file
View File

@ -0,0 +1 @@
import axios from "axios";

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB