Skip to content

Update Together AI logo#268

Open
Nutlope wants to merge 4 commits intolobehub:masterfrom
Nutlope:master
Open

Update Together AI logo#268
Nutlope wants to merge 4 commits intolobehub:masterfrom
Nutlope:master

Conversation

@Nutlope
Copy link

@Nutlope Nutlope commented Mar 14, 2026

💻 变更类型 | Change Type

  • ✨ feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

🔀 变更说明 | Description of Change

Hi, my name is Hassan from Together AI. We recently went through a rebrand and I submitted this PR to update our logo. You can find more details about the rebrand and our latest brand assets at together.ai/brand. Thank you!

📝 补充信息 | Additional Information

Summary by Sourcery

Update Together AI branding assets across logo components to match the latest rebrand.

Bug Fixes:

  • Replace outdated Together AI wordmark SVGs in brand, mono, and text logo components with the new official logo artwork.
  • Update the colored Together AI mark to the new multi-color symbol and primary brand color.
  • Adjust SVG viewBox and styling so the new logo renders correctly within existing icon components.

Enhancements:

  • Change the primary Together AI theme color constant to the new brand orange to align UI accents with the updated visual identity.

@sourcery-ai
Copy link
Contributor

sourcery-ai bot commented Mar 14, 2026

Reviewer's Guide

Updates all Together AI SVG logo components (brand, text, mono, and color icons) to the new rebranded artwork and primary color, including adjusting viewBox, vector paths, and primary color constant.

Updated class diagram for Together icon components and style constants

classDiagram
  class TogetherStyle {
    +string TITLE
    +number COMBINE_TEXT_MULTIPLE
    +number COMBINE_SPACE_MULTIPLE
    +string COLOR_PRIMARY
    +string AVATAR_BACKGROUND
  }

  class BrandColorIcon {
    +Icon(size, style, rest)
    +svg viewBox_0_0_105_24
    +group_scaled_logo_paths
  }

  class BrandMonoIcon {
    +Icon(size, style, rest)
    +svg viewBox_0_0_105_24
    +group_scaled_logo_paths_mono
  }

  class TextIcon {
    +Icon(size, style, rest)
    +svg viewBox_0_0_105_24
    +group_scaled_text_logo_paths
  }

  class ColorIcon {
    +Icon(size, style, rest)
    +svg viewBox_0_0_24_24
    +group_scaled_mark_color_paths
  }

  class MonoIcon {
    +Icon(size, style, rest)
    +svg viewBox_0_0_24_24
    +group_scaled_mark_mono_paths
  }

  TogetherStyle <.. BrandColorIcon : uses TITLE
  TogetherStyle <.. BrandMonoIcon : uses TITLE
  TogetherStyle <.. TextIcon : uses TITLE
  TogetherStyle <.. ColorIcon : uses TITLE
  TogetherStyle <.. MonoIcon : uses TITLE

  TogetherStyle <.. ColorIcon : uses COLOR_PRIMARY
  TogetherStyle <.. MonoIcon : uses COLOR_PRIMARY
  TogetherStyle <.. BrandColorIcon : uses COLOR_PRIMARY
  TogetherStyle <.. BrandMonoIcon : uses COLOR_PRIMARY
  TogetherStyle <.. TextIcon : uses COLOR_PRIMARY
Loading

File-Level Changes

Change Details Files
Replace old brand logo SVG paths with new rebranded logotype in brand components.
  • Update viewBox dimensions to match new logo aspect ratio.
  • Replace legacy path-based wordmark and dot glyphs with a scaled group containing the new multi-path vector logo.
  • Use a uniform scale transform on the imported logo paths to fit existing icon sizing.
src/Together/components/BrandColor.tsx
src/Together/components/BrandMono.tsx
src/Together/components/Text.tsx
Replace old mark-only icon SVGs with new rebranded symbol artwork for color and mono variants.
  • Remove old overlapping circle motif paths and blue accent circle from the icon components.
  • Insert new multi-path symbol logo wrapped in a translated and scaled group to align visually with existing icon size.
  • Ensure mono variant uses the same paths without explicit fills to inherit currentColor as appropriate.
src/Together/components/Color.tsx
src/Together/components/Mono.tsx
Update Together AI primary brand color constant to match new brand guidelines.
  • Change COLOR_PRIMARY from the old blue (#0f6fff) to the new orange (#fc4c02).
  • Allow avatar background and any usages of COLOR_PRIMARY to automatically adopt the new primary color.
src/Together/style.ts

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@lobehubbot
Copy link
Member

👍 @Nutlope


Thank you for raising your pull request and contributing to our Community
Please make sure you have followed our contributing guidelines. We will review it as soon as possible.
If you encounter any problems, please feel free to connect with us.
非常感谢您提出拉取请求并为我们的社区做出贡献,请确保您已经遵循了我们的贡献指南,我们会尽快审查它。
如果您遇到任何问题,请随时与我们联系。

Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

Hey - I've left some high level feedback:

  • In Color.tsx you removed fill="currentColor", which means the icon will no longer inherit color from the surrounding text/theme; consider whether this is intentional or if the new SVG should still be themeable via currentColor.
  • The new SVGs use hard-coded transform scales (e.g., scale(0.12486) and scale(0.04949)); it may be worth extracting these into named constants or comments so future maintainers understand how these values were derived and can adjust them more safely.
  • The viewBox width change from 116 to 105 in the brand components can affect layout for consumers relying on the previous intrinsic aspect ratio—if the intent is to preserve sizing behavior, double-check that this new width matches how the logo is expected to render in existing UI contexts.
Prompt for AI Agents
Please address the comments from this code review:

## Overall Comments
- In `Color.tsx` you removed `fill="currentColor"`, which means the icon will no longer inherit color from the surrounding text/theme; consider whether this is intentional or if the new SVG should still be themeable via `currentColor`.
- The new SVGs use hard-coded `transform` scales (e.g., `scale(0.12486)` and `scale(0.04949)`); it may be worth extracting these into named constants or comments so future maintainers understand how these values were derived and can adjust them more safely.
- The `viewBox` width change from `116` to `105` in the brand components can affect layout for consumers relying on the previous intrinsic aspect ratio—if the intent is to preserve sizing behavior, double-check that this new width matches how the logo is expected to render in existing UI contexts.

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

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.

2 participants