Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: logo link #2994

Merged
merged 2 commits into from
Apr 27, 2024
Merged

fix: logo link #2994

merged 2 commits into from
Apr 27, 2024

Conversation

qzdark
Copy link
Contributor

@qzdark qzdark commented Apr 27, 2024

PR Details

Fix the path so that the link to the logo (banner) directs correctly.

Description

Due to the update of the WWebJS logos, the logo (banner) is no longer being displayed.

Related Issue

Motivation and Context

How Has This Been Tested

Types of changes

  • Dependency change
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • My code follows the code style of this project.
  • I have updated the documentation accordingly (index.d.ts).

Sorry, something went wrong.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Copy link
Collaborator

@alechkos alechkos left a comment

Choose a reason for hiding this comment

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

perfect

@alechkos alechkos merged commit 5b301bb into pedroslopez:main Apr 27, 2024
1 check passed
aleborile added a commit to Condo-AI/whatsapp-web.js that referenced this pull request Jun 14, 2024

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
* fix: logo link (pedroslopez#2994)

* fix: logo link

* fix: fix broken link in readme file

---------

Co-authored-by: alechkos <93551621+alechkos@users.noreply.github.com>

* Update Client.js (pedroslopez#2813)

Co-authored-by: alechkos <93551621+alechkos@users.noreply.github.com>

* Add members settings (pedroslopez#2788)

* Update GroupChat.js

* Update index.d.ts

* style: clarify method doc

* refactor: add additional check

* fix: provide valid error name

---------

Co-authored-by: alechkos <93551621+alechkos@users.noreply.github.com>

* Fix: delete lines that remove data from this._data (pedroslopez#2958)

* feat: `vote_update` event (pedroslopez#2596)

* Merge branch 'add-polls' into polls-ext

* added listener to poll votes

* added isUnvote property

* added option for custom message secret

* usage example updated

* added logic for catching removed votes

* usage example updated

* fixed logic for poll vote events

* temp usage example

* No more `isCurrentState`

* messageSecret converted to array

Co-authored-by: tuyuribr <45042245+tuyuribr@users.noreply.github.com>

* docs updated

* we already have messageSecret in vote.parentMessage

* PollVote.selectedOptions changed to be similar to pollOptions

* docs fixed

* window.injectToFunction clarifications

* minor clarifications

* fix: typo

* style: fix broken link in readme file

---------

Co-authored-by: tuyuribr <45042245+tuyuribr@users.noreply.github.com>

* 1.23.1-alpha.6

* Expose chat `pinned` property (pedroslopez#2771)

Co-authored-by: alechkos <93551621+alechkos@users.noreply.github.com>

* Make an NPM release via GitHub (pedroslopez#2942)

* Update release.yml

* Update publish

* Update release.yml

* Update publish

* Update publish: publish new docs before new version release

* Update publish

* Update publish

---------

Co-authored-by: alechkos <93551621+alechkos@users.noreply.github.com>

* 1.24.0

---------

Co-authored-by: dark <61346219+qzdark@users.noreply.github.com>
Co-authored-by: alechkos <93551621+alechkos@users.noreply.github.com>
Co-authored-by: Bauguelson <143646733+Bauguelson@users.noreply.github.com>
Co-authored-by: Gulg <65360617+GulgDev@users.noreply.github.com>
Co-authored-by: Shir Serlui <70711723+shirser121@users.noreply.github.com>
Co-authored-by: tuyuribr <45042245+tuyuribr@users.noreply.github.com>
Co-authored-by: WWebJS Bot <hello@wwebjs.dev>
Co-authored-by: Thomas <1688389+Rakambda@users.noreply.github.com>
Co-authored-by: Rajeh Taher <rajeh@reforward.dev>
aleborile added a commit to Condo-AI/whatsapp-web.js that referenced this pull request Jun 14, 2024

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
* fix: logo link (pedroslopez#2994)

* fix: logo link

* fix: fix broken link in readme file

---------

Co-authored-by: alechkos <93551621+alechkos@users.noreply.github.com>

* Update Client.js (pedroslopez#2813)

Co-authored-by: alechkos <93551621+alechkos@users.noreply.github.com>

* Add members settings (pedroslopez#2788)

* Update GroupChat.js

* Update index.d.ts

* style: clarify method doc

* refactor: add additional check

* fix: provide valid error name

---------

Co-authored-by: alechkos <93551621+alechkos@users.noreply.github.com>

* Fix: delete lines that remove data from this._data (pedroslopez#2958)

* feat: `vote_update` event (pedroslopez#2596)

* Merge branch 'add-polls' into polls-ext

* added listener to poll votes

* added isUnvote property

* added option for custom message secret

* usage example updated

* added logic for catching removed votes

* usage example updated

* fixed logic for poll vote events

* temp usage example

* No more `isCurrentState`

* messageSecret converted to array

Co-authored-by: tuyuribr <45042245+tuyuribr@users.noreply.github.com>

* docs updated

* we already have messageSecret in vote.parentMessage

* PollVote.selectedOptions changed to be similar to pollOptions

* docs fixed

* window.injectToFunction clarifications

* minor clarifications

* fix: typo

* style: fix broken link in readme file

---------

Co-authored-by: tuyuribr <45042245+tuyuribr@users.noreply.github.com>

* 1.23.1-alpha.6

* Expose chat `pinned` property (pedroslopez#2771)

Co-authored-by: alechkos <93551621+alechkos@users.noreply.github.com>

* Make an NPM release via GitHub (pedroslopez#2942)

* Update release.yml

* Update publish

* Update release.yml

* Update publish

* Update publish: publish new docs before new version release

* Update publish

* Update publish

---------

Co-authored-by: alechkos <93551621+alechkos@users.noreply.github.com>

* 1.24.0

---------

Co-authored-by: dark <61346219+qzdark@users.noreply.github.com>
Co-authored-by: alechkos <93551621+alechkos@users.noreply.github.com>
Co-authored-by: Bauguelson <143646733+Bauguelson@users.noreply.github.com>
Co-authored-by: Gulg <65360617+GulgDev@users.noreply.github.com>
Co-authored-by: Shir Serlui <70711723+shirser121@users.noreply.github.com>
Co-authored-by: tuyuribr <45042245+tuyuribr@users.noreply.github.com>
Co-authored-by: WWebJS Bot <hello@wwebjs.dev>
Co-authored-by: Thomas <1688389+Rakambda@users.noreply.github.com>
Co-authored-by: Rajeh Taher <rajeh@reforward.dev>
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.

None yet

3 participants