Skip to content

Commit

Permalink
[fix]: build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VineeTagarwaL-code committed Nov 2, 2024
1 parent 59be817 commit b902cd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions public/sitemap.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
<url><loc>https://blog.vineet.tech/blog</loc><lastmod>2024-11-02T11:35:18.586Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://blog.vineet.tech</loc><lastmod>2024-11-02T11:35:18.587Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://blog.vineet.tech/blog</loc><lastmod>2024-11-02T15:01:27.203Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://blog.vineet.tech</loc><lastmod>2024-11-02T15:01:27.203Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
</urlset>
4 changes: 2 additions & 2 deletions src/components/ui/dock.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"use client";

import { VariantProps, cva } from "class-variance-authority";
import React, { useState } from "react";
import { AnimatePresence, motion } from "framer-motion";
import { cn } from "@/lib/utils";
Expand Down Expand Up @@ -77,6 +76,7 @@ const DockMobile = React.forwardRef<HTMLDivElement, DockProps>(
);
}
);
DockMobile.displayName = "DockMobile";

const DockDesktop = React.forwardRef<HTMLDivElement, DockProps>(
({ DesktopClassName, navbar }) => {
Expand Down Expand Up @@ -163,5 +163,5 @@ const DockIcon = React.forwardRef<HTMLDivElement, DockIconProps>(

DockIcon.displayName = "DockIcon";
Dock.displayName = "Dock";

DockDesktop.displayName = "DockDesktop";
export { Dock };

0 comments on commit b902cd9

Please sign in to comment.