Skip to content

[WIP] Update slogan across website source files#2

Merged
BH3GEI merged 1 commit into
mainfrom
copilot/update-slogan-to-modular-framework
Feb 11, 2026
Merged

[WIP] Update slogan across website source files#2
BH3GEI merged 1 commit into
mainfrom
copilot/update-slogan-to-modular-framework

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 11, 2026

  • Update slogan in mofa-website/src/layouts/BaseLayout.astro (Line 11)
  • Update slogan in mofa-website/src/components/Footer.astro (Lines 67-71) including Chinese translation
  • Update slogan in mofa-website/src/pages/index.astro (Line 8)
  • Build the website to verify changes
  • Verify changes are reflected properly
Original prompt

Problem

The slogan "Make Ordinary Developers Full-stack AI Engineers" should be replaced with "Modular Framework for AI Agents" across the website source files. This is the core positioning statement for MoFA and should be consistent.

Changes Required

The following source files need to be updated (NOT the docs/ build output):

1. mofa-website/src/layouts/BaseLayout.astro (Line 12)

Before:

const { title, description = 'MoFA - Make Ordinary Developers Full-stack AI Engineers' } = Astro.props;

After:

const { title, description = 'MoFA - Modular Framework for AI Agents' } = Astro.props;

2. mofa-website/src/components/Footer.astro (Lines 68-71)

Before:

<p style="color: #9ca3af; margin-bottom: 8px;"
   data-en="Make Ordinary Developers Full-stack AI Engineers"
   data-zh="让普通开发者成为全栈 AI 工程师">
  Make Ordinary Developers Full-stack AI Engineers
</p>

After:

<p style="color: #9ca3af; margin-bottom: 8px;"
   data-en="Modular Framework for AI Agents"
   data-zh="模块化 AI 代理框架">
  Modular Framework for AI Agents
</p>

3. mofa-website/src/pages/index.astro (Line 8)

Before:

<BaseLayout title="MoFA - Make Ordinary Developers Full-stack AI Engineers">

After:

<BaseLayout title="MoFA - Modular Framework for AI Agents">

Notes

  • Only modify the source files listed above. Do NOT modify files in the docs/ directory (those are build output and will be regenerated).
  • This is a straightforward text replacement across 3 files.

This pull request was created from Copilot chat.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

@BH3GEI BH3GEI marked this pull request as ready for review February 11, 2026 10:18
Copilot AI review requested due to automatic review settings February 11, 2026 10:18
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@BH3GEI BH3GEI merged commit 54f68af into main Feb 11, 2026
2 of 3 checks passed
Copilot AI requested a review from BH3GEI February 11, 2026 10:18
Copilot stopped work on behalf of BH3GEI due to an error February 11, 2026 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants