Skip to content

Commit

Permalink
Update App Name from AcademicSearch to MassivePrediction
Browse files Browse the repository at this point in the history
  • Loading branch information
pH-7 committed May 6, 2024
1 parent 61132a6 commit 51b3f36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/constants/appInfo.constant.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export enum AppInfo {
APP_NAME = "Atomic Search",
APP_NAME = "MassivePrediction",
APP_URL = "http://localhost:7860",
DEFAULT_COUNTRY_CODE = "US",
DEFAULT_LANGUAGE = "english",
Expand Down
2 changes: 1 addition & 1 deletion client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
name="twitter:description"
content="Minimalist web-searching app with an AI assistant that is always available and runs directly from your browser."
/>
<title>AcademicSearch: The search engine that gives you instantly the correct result/website for your studies</title>
<title>MassivePrediction: The search engine that gives you instantly the correct result/website for your studies</title>
<link
rel="icon"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🔍</text></svg>"
Expand Down

0 comments on commit 51b3f36

Please sign in to comment.