Skip to content

Commit

Permalink
ajeitando home pq o sani é SAFADO
Browse files Browse the repository at this point in the history
  • Loading branch information
Carolinewk committed Sep 21, 2024
1 parent f8590f7 commit 7cecb16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/pages/About/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import Vite from '../../assets/icons/vite.svg?react'
import VsCode from '../../assets/icons/vscode.svg?react'
import Node from '../../assets/icons/Node.svg?react'
import OpenIA from '../../assets/icons/openai.svg?react'
import Hero from "../../components/Home/Hero/Hero";
import Videoslider from "../../components/Home/Videoslider/Videoslider";



Expand Down Expand Up @@ -127,7 +127,7 @@ function About() {
<section>
<span className="divider-technologies"></span>
<div className="hero">
<Hero />
<Videoslider/>
</div>
</section>
<section id='technologies' className="technologies">
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Chat/Chat.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import useAuthenticationContext from "../../hook/Authentication/useAuthenticatio
import Chamados from "../../assets/base-chamados.json";
import { handleOpenAiRequest } from "./openai";

const useRealApi = false;
const useRealApi = true;

export function getRandomChatId() {
const firstSlice = Math.floor(Math.random() * 1000000)
Expand Down

0 comments on commit 7cecb16

Please sign in to comment.