Skip to content

Commit 2caf955

Browse files
committed
fix: translation footer, fix extra scroll, hidden element
1 parent 86d3a5f commit 2caf955

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

components/I18n/index.tsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ const translations: Record<Language, Record<string, string>> = {
1515
"Senior SWE - ELT, Web, OSS Dev": "സീനിയർ SWE - ELT, വെബ്, OSS ഡെവ്",
1616
"Remote, India": "റിമോട്ട്, ഇന്ത്യ",
1717
"Contact Me": "ബന്ധപ്പെടുക",
18-
"Before you go... Please reach out if you have any Research Software Engineer Positions available. Very much interested :)":
19-
"പോകുന്നതിന് മുൻപ്... Research Software Engineer ഒഴിവുകൾ ഉണ്ടെങ്കിൽ പറയണം. വളരെ താൽപ്പര്യം :)",
18+
"Please reach out if you have any Research Software Engineer Positions available. Very much interested :)":
19+
"Research Software Engineer ഒഴിവുകൾ ഉണ്ടെങ്കിൽ പറയണം. വളരെ താൽപ്പര്യം :)",
2020
"Portfolio website powered by Next.js, Tailwind CSS":
2121
"Next.js, Tailwind CSS ഉപയോഗിച്ച് നിർമ്മിച്ച പോർട്ട്ഫോളിയോ വെബ്‌സൈറ്റ്",
2222
Github: "ഗിറ്റ്‌ഹബ്",
@@ -154,8 +154,8 @@ const translations: Record<Language, Record<string, string>> = {
154154
"Senior SWE - ELT, Web, OSS Dev": "高级软件工程师 - ELT、Web、开源开发",
155155
"Remote, India": "远程,印度",
156156
"Contact Me": "联系我",
157-
"Before you go... Please reach out if you have any Research Software Engineer Positions available. Very much interested :)":
158-
"在你离开前... 如果有研究软件工程师职位,请联系我。我非常感兴趣 :)",
157+
"Please reach out if you have any Research Software Engineer Positions available. Very much interested :)":
158+
"如果有研究软件工程师职位,请联系我。我非常感兴趣 :)",
159159
"Portfolio website powered by Next.js, Tailwind CSS":
160160
"由 Next.js 和 Tailwind CSS 驱动的作品集网站",
161161
"Github": "Github",
@@ -292,8 +292,8 @@ const translations: Record<Language, Record<string, string>> = {
292292
"Senior SWE - ELT, Web, OSS Dev": "シニアソフトウェアエンジニア - ELT、Web、OSS 開発",
293293
"Remote, India": "リモート、インド",
294294
"Contact Me": "連絡する",
295-
"Before you go... Please reach out if you have any Research Software Engineer Positions available. Very much interested :)":
296-
"行く前に... 研究ソフトウェアエンジニアの募集があればぜひ連絡してください。とても興味があります :)",
295+
"Please reach out if you have any Research Software Engineer Positions available. Very much interested :)":
296+
"研究ソフトウェアエンジニアの募集があればぜひ連絡してください。とても興味があります :)",
297297
"Portfolio website powered by Next.js, Tailwind CSS":
298298
"Next.js と Tailwind CSS で作られたポートフォリオサイト",
299299
"BTK Portfolio": "Bala のポートフォリオ",
@@ -431,8 +431,8 @@ const translations: Record<Language, Record<string, string>> = {
431431
"Senior SWE - ELT, Web, OSS Dev": "सीनियर SWE - ELT, वेब, OSS डेवलपमेंट",
432432
"Remote, India": "रिमोट, भारत",
433433
"Contact Me": "संपर्क करें",
434-
"Before you go... Please reach out if you have any Research Software Engineer Positions available. Very much interested :)":
435-
"जाने से पहले... अगर कोई Research Software Engineer पद उपलब्ध हो तो कृपया संपर्क करें। बहुत रुचि है :)",
434+
"Please reach out if you have any Research Software Engineer Positions available. Very much interested :)":
435+
"अगर कोई Research Software Engineer पद उपलब्ध हो तो कृपया संपर्क करें। बहुत रुचि है :)",
436436
"Portfolio website powered by Next.js, Tailwind CSS":
437437
"Next.js और Tailwind CSS से बना पोर्टफोलियो वेबसाइट",
438438
"BTK Portfolio": "बाला का पोर्टफोलियो",

components/LeftPanel/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ const LeftPanel = ({ clickedCategory, handleInteraction }: LeftPanelProps) => {
310310

311311
<div className="border-b my-6 border-neutral-200 dark:border-neutral-700" />
312312

313-
<div className="flex flex-col gap-2">
313+
<div className="flex flex-col gap-1">
314314
{menuItems.map((item, index) => (
315315
<motion.div
316316
key={item.text}

components/common/Knob/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React, { useState, useEffect, useRef, useCallback } from 'react';
22

33
const SONGS = [
4-
{ title: 'A Dog Song', artist: 'AJR' },
4+
{ title: 'The Trick', artist: 'AJR' },
55
{ title: 'The Dumb Song', artist: 'AJR' },
66
{ title: 'Bang!', artist: 'AJR' },
77
{ title: 'The Good Part', artist: 'AJR' },

config/site-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ export const siteConfig = {
677677
locationLink: "https://maps.app.goo.gl/HTiGU32uhqhmVuBZ8",
678678
email: "btk.codedev@gmail.com",
679679
contactLabel: "Contact Me",
680-
footerText: `Before you go... Please reach out if you have any Research Software Engineer Positions available. Very much interested :)`,
680+
footerText: `Please reach out if you have any Research Software Engineer Positions available. Very much interested :)`,
681681
aboutItems: GridItems,
682682
achievementItems: AchItems,
683683
experienceItems: ExpItems,

0 commit comments

Comments
 (0)