From 85484c7d5a9b91460a0abec867f8910cf65f5d59 Mon Sep 17 00:00:00 2001
From: Ilya Zhukov <i.zhukov@fz-juelich.de>
Date: Wed, 15 May 2024 14:39:06 +0200
Subject: [PATCH] Beatification

---
 docs/budgeting.md                         | 2 +-
 src/components/HomepageFeatures/index.tsx | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/budgeting.md b/docs/budgeting.md
index 368fa529..21bcc04e 100644
--- a/docs/budgeting.md
+++ b/docs/budgeting.md
@@ -44,7 +44,7 @@ If you follow the links within JuDoor to KontView, more detailed statistic on da
 
 :::info[What is an `inode`?]
 
-An `inode` (index node) is a data structure used in Unix file systems to store metadata about files and directories. It serves as a unique identifier for each file/directory on the file system. Here are the key points about inodes:
+An inode (index node) is a data structure used in Unix file systems to store metadata about files and directories. It serves as a unique identifier for each file/directory on the file system. Here are the key points about inodes:
 * Each file/directory has an associated inode that stores its metadata, such as file type, permissions, ownership, timestamps, and pointers to the file's data blocks on disk.
 * inodes are identified by a unique number within a file system. This inode number is used by the operating system to access the file's metadata and data blocks.
 * Each file system has a fixed number of inodes determined during its creation, limiting the maximum number of files it can hold. Running out of inodes can cause issues even if disk space is available.
diff --git a/src/components/HomepageFeatures/index.tsx b/src/components/HomepageFeatures/index.tsx
index dc7a70a4..1f82652a 100644
--- a/src/components/HomepageFeatures/index.tsx
+++ b/src/components/HomepageFeatures/index.tsx
@@ -35,7 +35,7 @@ const FeatureList: FeatureItem[] = [
     Svg: require('@site/static/img/medal.svg').default,
     description: (
       <>
-        Mark your participation in the attendance list (use your JuDoor credentials).
+        Mark your participation in the attendance list 👇
         Do you have any questions regarding your own workflow? Try it out!
       </>
     ),
-- 
GitLab