Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/components/Faq/SingleFaq.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const SingleFaq = (props: SingleFaqProps) => {
<div className="mb-12 flex lg:mb-17.5 group">
<div className="mr-4 flex h-12.5 w-full max-w-12.5 items-center justify-center rounded-xl bg-primary/10 dark:bg-accent/10 text-primary dark:text-accent transition-all duration-300 group-hover:scale-110 group-hover:bg-primary dark:group-hover:bg-accent dark:group-hover:text-dark group-hover:text-white sm:mr-6 sm:h-15 sm:max-w-15">
<svg
aria-hidden="true"
width="32"
height="32"
viewBox="0 0 34 34"
Expand Down
2 changes: 1 addition & 1 deletion src/components/Testimonials/SingleTestimonial.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Testimonial } from "@/types/testimonial";
import Image from "next/image";
const starIcon = (
<svg width="18" height="16" viewBox="0 0 18 16" className="fill-current">
<svg aria-hidden="true" width="18" height="16" viewBox="0 0 18 16" className="fill-current">
<path d="M9.09815 0.360596L11.1054 6.06493H17.601L12.3459 9.5904L14.3532 15.2947L9.09815 11.7693L3.84309 15.2947L5.85035 9.5904L0.595291 6.06493H7.0909L9.09815 0.360596Z" />
</svg>
);
Expand Down