Skip to content

Commit e40e302

Browse files
committed
added lint fix
1 parent 4056464 commit e40e302

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v4
9+
with:
10+
token: ${{ secrets.GITHUB_TOKEN }}
11+
persist-credentials: true
912
- uses: actions/setup-node@v4
1013
with:
1114
node-version: 20

src/database/blogs/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ const blogs: Blog[] = [
233233
tags: ["Data Engineers", "Business Analysts", "MBAs", "Data Understanding", "Business Decisions"],
234234

235235
id: 20,
236-
title: "New Google Icon Changes",
236+
title: "Google Changed Workspace Icon after 6 years",
237237
image: "/img/blogs/cover-google-icon.jpg",
238238
description:
239239
" Google has unveiled a new icon design that reflects its commitment to simplicity and accessibility. The updated icon features a more modern ",

src/pages/blogs/blogs-new.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,8 +432,8 @@
432432
.blog-main-subtitle {
433433
font-size: 18px;
434434
color: #64748b;
435-
margin: 0;
436-
line-height: 1.7;
435+
margin: 0px 0 0;
436+
line-height: 1.0;
437437
max-width: 700px;
438438
font-weight: 400;
439439
}

0 commit comments

Comments
 (0)