Skip to content

Commit

Permalink
updatedupdated
Browse files Browse the repository at this point in the history
  • Loading branch information
rNLKJA committed Jan 17, 2024
1 parent 7d51ccd commit 2d59294
Show file tree
Hide file tree
Showing 10 changed files with 3,038 additions and 189 deletions.
4 changes: 2 additions & 2 deletions components/layout/Footer.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { useState, useEffect } from "react";
import { FaInstagram, FaLinkedin } from "react-icons/fa";
import { FiGithub } from "react-icons/fi";
import Link from "next/link";
import { Link } from "@nextui-org/link";
import Image from "next/image";
import { Fade } from "react-awesome-reveal";
import NavigationIcon from "@mui/icons-material/Navigation";
Expand Down Expand Up @@ -66,7 +66,7 @@ const Footer = () => {
alt="Logo"
width={150}
height={150}
quality={25}
quality={100}
layout="fixed"
/>
</div>
Expand Down
4 changes: 2 additions & 2 deletions components/layout/Header.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react";
import Link from "next/link";
import { Link } from "@nextui-org/link";
import Image from "next/legacy/image";
import { Fade } from "react-awesome-reveal";
import Menu from "@mui/material/Menu";
Expand Down Expand Up @@ -86,7 +86,7 @@ export const MobileHeader = () => {
alt="Logo"
width={50}
height={50}
quality={75}
quality={100}
layout="fixed"
priority
/>
Expand Down
2 changes: 1 addition & 1 deletion components/pages/blog/blogBrowsing.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from "react";
import Image from "next/image";
import { useEffect, useState } from "react";
import Link from "next/link";
import { Link } from "@nextui-org/link";
import { Fade } from "react-awesome-reveal";

export default function BlogBrowsing() {
Expand Down
2 changes: 1 addition & 1 deletion components/pages/blog/blogList.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { useState } from "react";
import Link from "next/link";
import { Link } from "@nextui-org/link";
import { Fade } from "react-awesome-reveal";
import Button from "@mui/material/Button";
import {
Expand Down
2 changes: 1 addition & 1 deletion components/pages/ds/CourseStages.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import TimelineContent from "@mui/lab/TimelineContent";
import TimelineDot from "@mui/lab/TimelineDot";
import Typography from "@mui/material/Typography";
import TimelineItem, { timelineItemClasses } from "@mui/lab/TimelineItem";
import Link from "next/link";
import { Link } from "@nextui-org/link";

export const CourseStages = () => {
const [stages, setStages] = useState([]);
Expand Down
2 changes: 1 addition & 1 deletion components/pages/ds/StageComponent.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Container from "@mui/material/Container";
import Link from "next/link";
import { Link } from "@nextui-org/link";
import Typography from "@mui/material/Typography";
import {
Timeline,
Expand Down
2 changes: 1 addition & 1 deletion components/ui/AnimatedLink.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { useState } from "react";
import Link from "next/link";
import { Link } from "@nextui-org/link";
import { Tooltip } from "@mui/material";
import { Fade } from "react-awesome-reveal";

Expand Down
Loading

1 comment on commit 2d59294

@vercel
Copy link

@vercel vercel bot commented on 2d59294 Jan 17, 2024

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.