Skip to content

Commit

Permalink
💄 chore : enhanced color
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-madhurendra committed Feb 25, 2024
1 parent 09dec48 commit cd624ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/organisms/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import {
import { getQuotes } from "../../../services/apicalls/getcall";

const Footer = () => {
const [quotes,setQuotes] = useState("")
const [quotes,setQuotes] = useState("")
useEffect(() => {
getQuotes().then((res) => {
setQuotes(res.data[0]?.content)
Expand Down

0 comments on commit cd624ab

Please sign in to comment.