Skip to content

Commit

Permalink
Link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
royallyscrewd committed Jul 30, 2024
1 parent ed91c3d commit 16d70f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ import useDocusaurusContext from '@docusaurus/useDocusaurusContext';
import Layout from '@theme/Layout';
import HomepageFeatures from '@site/src/components/HomepageFeatures';
import Heading from '@theme/Heading';

import styles from './index.module.css';

import { Check, ArrowRight, SquarePen, SquareChartGantt, Blocks } from 'lucide-react';


const features = [
{
name: 'Friendly UI system for interacting and managing STI approaches',
Expand Down Expand Up @@ -48,7 +46,7 @@ export default function Home(): JSX.Element {
<p
className=" text-dgBackground dark:text-white sm:text-xl lg:mb-8 md:text-2xl lg:text-3xl"
> Effortless data interaction and simple table navigation with a Graphic User Interface for Semantic Table Interpretion </p>
<a href="mantistable-ui-docs/docs/introduction" className="text-center inline-flex items-center border-none dark:bg-primaryGreen dark:text-lightBackground text-dgBackground font-sm rounded-lg text-sm px-5 py-2.5 me-2 mb-2 bg-secondaryGreen font-semibold">
<a href="/mantistable-ui-docs/docs/introduction" className="text-center inline-flex items-center border-none dark:bg-primaryGreen dark:text-lightBackground text-dgBackground font-sm rounded-lg text-sm px-5 py-2.5 me-2 mb-2 bg-secondaryGreen font-semibold">
Learn more <ArrowRight className="ml-2 h-5 w-5"/> </a>
</div>

Expand Down
2 changes: 2 additions & 0 deletions static/img/bblurry.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 16d70f2

Please sign in to comment.