Skip to content

Commit

Permalink
Merge pull request #93 from itz-rj-here/main
Browse files Browse the repository at this point in the history
Chat GPT and Google Gemini link Update
  • Loading branch information
XengShi authored Oct 23, 2024
2 parents 8659761 + f8c9741 commit b186e11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@

<div class="toolsCont" id="toolsCont">
<!-- ---------------- -->
<a href="https://chat.openai.com/">
<a href="https://chatgpt.com/">
<div class="tIcon">
<!-- <img src="./shortcuts_icons/chatgpt.svg" alt=""> -->
<svg fill="none" height="100%" viewBox="0 0 32 32" width="100%" xmlns="http://www.w3.org/2000/svg">
Expand All @@ -286,7 +286,7 @@
</a>
<!-- ---------------- -->
<!-- ---------------- -->
<a href="https://gemini.google.com/">
<a href="https://gemini.google.com/app">
<div class="tIcon">
<!-- <img src="./shortcuts_icons/bard.svg" alt=""> -->
<svg fill="none" height="100%" viewBox="0 0 32 32" width="100%" xmlns="http://www.w3.org/2000/svg">
Expand Down
2 changes: 1 addition & 1 deletion languages.js
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ const translations = {

// Weather
"humidityText": "আর্দ্রতা",
"feelsLikeText": "অনুভূত হয়",
"feelsLikeText": "অনুভূতি হয়",
"locationText": "পৃথিবী",
// End of Weather

Expand Down

0 comments on commit b186e11

Please sign in to comment.