Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,7 @@ Interpres/




Comment on lines 521 to +524

Copilot AI Apr 9, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are now four consecutive blank lines before the “## License” heading (lines 521–524). Consider removing the extra blank line to keep section spacing consistent and reduce unnecessary vertical whitespace.

Copilot uses AI. Check for mistakes.
## License

This project is licensed under the MIT License.
Expand Down
1 change: 1 addition & 0 deletions src/frontend/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import Image from "next/image";
export default function LandingPage() {
const handleScroll = (e: React.MouseEvent<HTMLAnchorElement, MouseEvent>) => {
e.preventDefault();

const href = e.currentTarget.href;
const targetId = href.replace(/.*\#/, "");
const elem = document.getElementById(targetId);
Expand Down
Loading