Skip to content

Commit

Permalink
update logo and favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
3vorp committed Jan 1, 2025
1 parent f860ba2 commit 66c1b83
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
<img src="https://raw.githubusercontent.com/Faithful-Resource-Pack/Branding/main/logos/transparent/256/plain_logo.png" alt="Faithful Logo" align="right">
<a href="https://api.faithfulpack.net/docs" target="_blank">
<img
src="https://database.faithfulpack.net/images/branding/logos/transparent/hd/main_logo.png?w=256"
alt="Faithful Logo"
align="right"
>
</a>
<div align="center">
<h1>Faithful API</h1>
<h3>Public RESTful API for Faithful's texture database, add-on submission, and more.</h3>
![RepoSize](https://img.shields.io/github/repo-size/Faithful-Resource-Pack/API)
![Issues](https://img.shields.io/github/issues/Faithful-Resource-Pack/API)
![PullRequests](https://img.shields.io/github/issues-pr/Faithful-Resource-Pack/API)
![RepoSize](https://img.shields.io/github/repo-size/Faithful-Resource-Pack/API)
![Issues](https://img.shields.io/github/issues/Faithful-Resource-Pack/API)
![PullRequests](https://img.shields.io/github/issues-pr/Faithful-Resource-Pack/API)

![Status](https://status.faithfulpack.net/api/badge/1/status)
![Uptime](https://status.faithfulpack.net/api/badge/1/uptime/24?label=24h%20&labelSuffix=Uptime)
![Status](https://status.faithfulpack.net/api/badge/1/status)
![Uptime](https://status.faithfulpack.net/api/badge/1/uptime/24?label=24h%20&labelSuffix=Uptime)
</div>

---
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ app.use(
swaggerOptions: {
tryItOutEnabled: true,
},
customfavIcon: "https://database.faithfulpack.net/images/branding/site/favicon.ico",
customfavIcon: "https://database.faithfulpack.net/images/branding/logos/favicon.ico",
customSiteTitle: "Faithful API",
} as any,
),
Expand Down
2 changes: 1 addition & 1 deletion src/v2/service/addon.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ export default class AddonService {
author: {
name,
icon_url:
"https://raw.githubusercontent.com/Faithful-Resource-Pack/Branding/main/role%20icons/14%20-%20Add-On%20Maker.png",
"https://raw.githubusercontent.com/Faithful-Resource-Pack/Branding/main/role_icons/14%20-%20Add-On%20Maker.png",
},
fields: reason,
});
Expand Down

0 comments on commit 66c1b83

Please sign in to comment.