Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyasbozdemir committed Jan 17, 2024
1 parent 9ca687c commit 7864317
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 1 addition & 7 deletions components/shared/PagesBreadcrumb.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,12 @@ function PagesBreadcrumb({ currentPage, isServiceDetail = false }) {
<Icon
as={ChevronRightIcon}
color={useBreakpointValue({ base: "black", md: "white" })}
boxShadow={useBreakpointValue({ base: "sm", md: "md" })}
/>
}
fontSize={{ base: 15, md: 20 }}
itemScope
itemType="https://schema.org/BreadcrumbList"
textShadow={useBreakpointValue({
base: ``,
md: `0 2px 1px #000,
-1px 3px 1px #000,
-2px 5px 1px #000;`,
})}

>
<BreadcrumbItem
itemProp="itemListElement"
Expand Down
2 changes: 0 additions & 2 deletions services/authService.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import axios from "axios";

//https://api.appizsoft.com/api/v1/

//http://localhost:5226/api/v1/users

import { site } from "../constants/site";

Expand Down

1 comment on commit 7864317

@vercel
Copy link

@vercel vercel bot commented on 7864317 Jan 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.