Skip to content

Commit dfb62e8

Browse files
committed
🔧 Minor Fixes
1 parent 9567b08 commit dfb62e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎world/home.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ oMMo oMMo
2929
return (
3030
<section
3131
id="home"
32-
className="dark bg-cover bg-no-repeat bg-[url('/hero.jpg')] lg:flex bg-gray-700 bg-blend-multiply max-w-screen min-h-screen pt-8 pb-[50px] lg:flex lg:flex-row items-center"
32+
className="dark bg-cover bg-no-repeat bg-[url('/hero.jpg')] bg-gray-700 bg-blend-multiply max-w-screen min-h-screen pt-8 pb-[50px] lg:flex lg:flex-row items-center"
3333
>
3434
<div className="text-white text-center justify-center w-full lg:w-1/3">
3535
<pre className="mb-4 font-mono text-sm whitespace-pre-wrap">{art}</pre>

‎world/projectDev.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export default function DeveloperSection() {
151151
head="NvME"
152152
body="This project involves building a personalized NeoVim setup from scratch, incorporating all the desired features and customizations to ensure a perfectly comfortable and efficient development environment tailored to individual preferences."
153153
code="https://github.com/MidHunterX/NvME"
154-
techs={['Lua', 'Language Server Protocol', 'TreeSitter', 'Code Autocompletion']}
154+
techs={['Lua', 'TreeSitter Parsing', 'Luasnip Snippet Engine', 'Language Server Protocol', 'CMP Autocompletion']}
155155
/>
156156
</div>
157157
</section>

0 commit comments

Comments
 (0)