Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 588e2ea

Browse filesBrowse files
committed
Fix linting errors
1 parent c31ba1c commit 588e2ea
Copy full SHA for 588e2ea

File tree

2 files changed

+2
-2
lines changed
Filter options

2 files changed

+2
-2
lines changed

‎src/app/navbar.scss

Copy file name to clipboardExpand all lines: src/app/navbar.scss
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,5 @@ html[data-theme="dark"] .ext-link::before {
9999

100100
.medium-zoom-overlay,
101101
.medium-zoom-image--opened {
102-
z-index: 999;
102+
z-index: 999;
103103
}

‎src/pages/examples/_config.ts

Copy file name to clipboardExpand all lines: src/pages/examples/_config.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ export const examples: Example[] = [
202202
updatedAt: "2023-06-21",
203203
tech: ["react", "react-router", "react-query", "zustand", "vite", "typescript"],
204204
},
205-
{
205+
{
206206
title: "E-Commerce",
207207
description:
208208
"This project is an online store built using React. It provides the ability to view the product catalog and product pages",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.