Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update DeAI text on AI page #4395

Merged
merged 2 commits into from
Feb 5, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 11 additions & 10 deletions src/pages/ai.tsx
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
import Link from "@docusaurus/Link";
import DarkHeroStyles from "@site/src/components/Common/DarkHeroStyles";
import transitions from "@site/static/transitions.json";
import Layout from "@theme/Layout";
import { motion } from "framer-motion";
import React, { useRef } from "react";

import AnimateSpawn from "../components/Common/AnimateSpawn";
import CodeBlockString from "../theme/CodeBlock/Content/String";
import DarkHeroStyles from "@site/src/components/Common/DarkHeroStyles";
import Layout from "@theme/Layout";
import Link from "@docusaurus/Link";
import LinkArrowRight from "../components/Common/Icons/LinkArrowRight";
import LinkArrowUpRight from "../components/Common/Icons/LinkArrowUpRight";
import LinkCardsSection from "../components/Common/LinkCardsSection";
import ShareMeta from "../components/Common/ShareMeta";
import { useFontsLoaded } from "@site/src/utils/use-fonts-loaded";
import VideoCard from "../components/Common/VideoCard/index";
// import youtubeData from "@site/.docusaurus/youtube/default/youtube.json";
import { NewsCard } from "../components/NewsPage/Cards";
import ShareMeta from "../components/Common/ShareMeta";
import VideoCard from "../components/Common/VideoCard/index";
import clsx from "clsx";
import CodeBlockString from "../theme/CodeBlock/Content/String";
import { motion } from "framer-motion";
import transitions from "@site/static/transitions.json";
import { useDarkHeaderInHero } from "../utils/use-dark-header-in-hero";
import { useFontsLoaded } from "@site/src/utils/use-fonts-loaded";

interface TrustCardProps {
imageSrc: string;
Expand Down Expand Up @@ -491,7 +492,7 @@ let result = model.run(
</motion.h3>
<motion.p className="text-2xl mb-0 ">
<motion.span className="font-bold">DeAI </motion.span>
involves running AI training and inference as smart
involves running AI inference as smart
contracts onchain, which addresses AI’s trust issues. Users
can verify the inputs to the models they utilize, reducing
the need to trust them blindly. However, AI training and
Expand Down