Skip to content

Commit

Permalink
Update lastUpdateCheck timestamp in settings.json and remove SVG shap…
Browse files Browse the repository at this point in the history
…e divider from FeaturesDiagonal component
  • Loading branch information
miladsoft committed Nov 24, 2024
1 parent 8faead9 commit 4123a32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .astro/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_variables": {
"lastUpdateCheck": 1729859711307
"lastUpdateCheck": 1732439756922
},
"devToolbar": {
"enabled": false
Expand Down
15 changes: 1 addition & 14 deletions src/components/FeaturesDiagonal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,7 @@ import hub from "../assets/images/hub.svg";
export const FeaturesDiagonal = () => {
return (
<section className="lg:mb-16 w-full flex flex-col justify-center items-center bg-bgDark1">
<div className="shape-divider-bottom-1665696614">
<svg
data-name="Layer 1"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 1200 120"
preserveAspectRatio="none"
className="bg-bgDark2 fill-bgDark2"
>
<path
d="M1200 120L0 16.48 0 0 1200 0 1200 120z"
className="bg-bgDark1 fill-bgDark1"
></path>
</svg>
</div>

<motion.div
initial={{ opacity: 0, y: 10 }}
animate={{ opacity: 1, y: 0 }}
Expand Down

0 comments on commit 4123a32

Please sign in to comment.