Skip to content

Commit

Permalink
update home url
Browse files Browse the repository at this point in the history
  • Loading branch information
XueMoMo committed Nov 23, 2023
1 parent 37f84a9 commit ea90d9e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions olca-app-html/src/home/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@ const Page = (props: Props) => {

const bindLinks = () => {
const config = [
['aicp', 'https://aicp.gtech-cn.co'],
['aicphome', 'https://aicp.gtech-cn.co'],
['aicp', 'https://aicp.gtech.world'],
['aicphome', 'https://aicp.gtech.world'],
['lci-down', 'https://github.com/gtech-world/olca-app/releases/latest'],
['openlca', 'https://www.openlca.org/'],
['news', 'https://www.openlca.org/new'],
Expand Down
4 changes: 4 additions & 0 deletions olca-app/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,10 @@
<property
name="startupProgressRect"
value="0,437,586,5">
</property>
<property
name="preferenceCustomization"
value="plugin_customization.ini">
</property>
</product>
</extension>
Expand Down

0 comments on commit ea90d9e

Please sign in to comment.