Skip to content
Open
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
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ async function copySnippet() {
<p class="eyebrow">Engineering Ethics</p>
<h1 class="title">技術者倫理を守ろう</h1>

<p class="sr-only">技術者倫理を守ろう。</p>
<p class="sr-only">確かな技術は、誠実な倫理から生まれる。</p>

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Suggested change
<p class="sr-only">確かな技術は、誠実な倫理から生まれる。</p>
<p class="sr-only">技術者倫理を守ろう</p>

sr-only見えてるの絶対バグだから直してほしいぴょん

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

@claude @codex 直してほしいぴょん

Copy link
Copy Markdown

Choose a reason for hiding this comment

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


<div class="actions">
<a class="btn btn-primary" :href="SEARCH_URL" target="_blank" rel="noopener noreferrer">
Expand Down
Loading