Skip to content

Commit

Permalink
Added Image tag import on navbar preview code.
Browse files Browse the repository at this point in the history
  • Loading branch information
siamislam07 authored Jun 7, 2024
1 parent 1a1213e commit aad2f82
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/docs/components/navbar/variant/EcommerceNavbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const EcommerceNavbar = () => {

const EcommerceNavbarCode = `
"use client";
import Image from "next/image";
import { Button, Navbar } from "keep-react";
import { Heart, MagnifyingGlass, ShoppingCart, User } from "phosphor-react";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const NavbarWithCenterLogo = () => {

const NavbarWithCenterLogoCode = `
"use client";
import Image from "next/image";
import { Button,Navbar } from "keep-react";
import { MagnifyingGlass } from "phosphor-react";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const NavbarWithMobileMenu = () => {

const NavbarWithMobileMenuCode = `
"use client";
import Image from "next/image";
import { Navbar } from "keep-react";
import { CaretDown } from "phosphor-react";
Expand Down
1 change: 1 addition & 0 deletions app/docs/components/navbar/variant/NavbarWithSearchBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const NavbarWithSearchBar = () => {

const NavbarWithSearchBarCode = `
"use client";
import Image from "next/image";
import { Navbar, TextInput } from "keep-react";
import {
CaretDown,
Expand Down

0 comments on commit aad2f82

Please sign in to comment.