portosaurus 1.18.11 → 1.18.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "portosaurus",
3
- "version": "1.18.11",
3
+ "version": "1.18.12",
4
4
  "author": "soymadip",
5
5
  "license": "GPL-3.0-only",
6
6
  "description": "Complete portfolio cum personal website solution for your digital personality.",
package/src/pages/Home.js CHANGED
@@ -4,12 +4,12 @@ import useDocusaurusContext from "@docusaurus/useDocusaurusContext";
4
4
  import UpdateTitle from "portosaurus/utils/updateTitle";
5
5
 
6
6
  // Import components
7
- import HeroSection from "#components/HeroSection";
8
- import AboutSection from "#components/AboutSection";
9
- import ProjectsSection from "#components/ProjectsSection";
10
- import ContactSection from "#components/ContactSection";
11
- import ExperienceSection from "#components/ExperienceSection";
12
- import ScrollToTop from "#components/ScrollToTop";
7
+ import HeroSection from "#components/HeroSection/index.js";
8
+ import AboutSection from "#components/AboutSection/index.js";
9
+ import ProjectsSection from "#components/ProjectsSection/index.js";
10
+ import ContactSection from "#components/ContactSection/index.js";
11
+ import ExperienceSection from "#components/ExperienceSection/index.js";
12
+ import ScrollToTop from "#components/ScrollToTop/index.js";
13
13
 
14
14
  export default function Home() {
15
15
  const { siteConfig } = useDocusaurusContext();
@@ -1,8 +1,8 @@
1
1
  import React from "react";
2
2
  import Layout from "@theme/Layout";
3
- import NoteCards from "#components/NoteIndex";
3
+ import NoteCards from "#components/NoteIndex/index.js";
4
4
  import { usePluginData } from "@docusaurus/useGlobalData";
5
- import ScrollToTop from "#components/ScrollToTop";
5
+ import ScrollToTop from "#components/ScrollToTop/index.js";
6
6
  import HashNavigation from "portosaurus/utils/HashNavigation";
7
7
 
8
8
  const style = {
@@ -12,7 +12,7 @@ import { useState } from "react";
12
12
  import Layout from "@theme/Layout";
13
13
  import Head from "@docusaurus/Head";
14
14
  import useDocusaurusContext from "@docusaurus/useDocusaurusContext";
15
- import "portosaurus/css/tasks.css";
15
+ import "#css/tasks.css";
16
16
  import {
17
17
  FaClipboardList,
18
18
  FaSyncAlt,