## 📋 Pull Request Information
**Original PR:** https://github.com/open-webui/open-webui/pull/2254
**Author:** [@xujianmin](https://github.com/xujianmin)
**Created:** 5/14/2024
**Status:** ❌ Closed
**Base:** `main` ← **Head:** `main`
---
### 📝 Commits (8)
- [`8557d82`](https://github.com/open-webui/open-webui/commit/8557d82313267e630ccbc3d92bccd4084f3ce626) revise About page with SWS Digitalink team info.
- [`1869b19`](https://github.com/open-webui/open-webui/commit/1869b190a078a45c886a861d71ffd70ed8b3448f) fix i18n for Navbar tooltip.
- [`2f69e6e`](https://github.com/open-webui/open-webui/commit/2f69e6e4ea854209ac5ba3300191753059b2e872) revise the placeholder.svelte for chats.
- [`5f2f162`](https://github.com/open-webui/open-webui/commit/5f2f162ccbdf010c5761a88954581a15d8a1cf11) replace the favicon.png with sws digitalink logo.
- [`9eb7854`](https://github.com/open-webui/open-webui/commit/9eb785410ea21958e022615fb10ba94caab11ae7) revise <title> content to SWS in <head>.
- [`a044461`](https://github.com/open-webui/open-webui/commit/a0444614fd9b7f3502fe9819035fce9a0757a6d2) fix the Open WebUI in about.
- [`6d31d8a`](https://github.com/open-webui/open-webui/commit/6d31d8a86d6d8e784f8cede2bff7bed9cea90e7f) add SWS chop in Siderbar.
- [`a4a9721`](https://github.com/open-webui/open-webui/commit/a4a972180a7efd7f946863efadb56f1a79ae32e1) Merge branch 'main' into main
### 📊 Changes
**9 files changed** (+72 additions, -6 deletions)
<details>
<summary>View changed files</summary>
📝 `backend/static/favicon.png` (+0 -0)
📝 `src/lib/components/chat/Messages/Placeholder.svelte` (+3 -2)
📝 `src/lib/components/chat/ModelSelector.svelte` (+1 -1)
📝 `src/lib/components/chat/Settings/About.svelte` (+54 -1)
📝 `src/lib/components/layout/Sidebar.svelte` (+6 -0)
📝 `src/lib/constants.ts` (+1 -1)
📝 `src/routes/+layout.svelte` (+7 -1)
📝 `static/favicon.png` (+0 -0)
➕ `static/favicon_oi.png` (+0 -0)
</details>
### 📄 Description
## Pull Request Checklist
- [ ] **Target branch:** Pull requests should target the `dev` branch.
- [ ] **Description:** Briefly describe the changes in this pull request.
- [ ] **Changelog:** Ensure a changelog entry following the format of [Keep a Changelog](https://keepachangelog.com/) is added at the bottom of the PR description.
- [ ] **Documentation:** Have you updated relevant documentation [Open WebUI Docs](https://github.com/open-webui/docs), or other documentation sources?
- [ ] **Dependencies:** Are there any new dependencies? Have you updated the dependency versions in the documentation?
- [ ] **Testing:** Have you written and run sufficient tests for the changes?
- [ ] **Code Review:** Have you self-reviewed your code and addressed any coding standard issues?
---
## Description
[Insert a brief description of the changes made in this pull request, including any relevant motivation and impact.]
---
### Changelog Entry
### Added
- [List any new features, functionalities, or additions]
### Fixed
- [List any fixes, corrections, or bug fixes]
### Changed
- [List any changes, updates, refactorings, or optimizations]
### Removed
- [List any removed features, files, or deprecated functionalities]
### Security
- [List any new or updated security-related changes, including vulnerability fixes]
### Breaking Changes
- [List any breaking changes affecting compatibility or functionality]
---
### Additional Information
- [Insert any additional context, notes, or explanations for the changes]
- [Reference any related issues, commits, or other relevant information]
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/2254
Author: @xujianmin
Created: 5/14/2024
Status: ❌ Closed
Base:
main← Head:main📝 Commits (8)
8557d82revise About page with SWS Digitalink team info.1869b19fix i18n for Navbar tooltip.2f69e6erevise the placeholder.svelte for chats.5f2f162replace the favicon.png with sws digitalink logo.9eb7854revise