Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rsimon committed Feb 27, 2024
1 parent a3ced84 commit 332295f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>NLI Heritage Browser</title>
<meta charset="utf-8" />
<meta name="api.base" content="https://kimanli7.azurewebsites.net/api">
<meta name="api.base" content="https://kimanliapi.azurewebsites.net/api">
<meta name="maptiler.key" content="RFavxpVJ82EHyrN2kxsF">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
</head>
Expand Down
6 changes: 2 additions & 4 deletions src/index.jsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import React, { useState } from 'react';
import ReactDOM from 'react-dom/client';
import { CgArrowsExpandRight } from 'react-icons/cg';
import { TbCurrentLocation } from 'react-icons/tb';
import { FiMenu } from 'react-icons/fi';
import { SiWikidata } from 'react-icons/si';
import Peripleo, {
AggregationsOverlay,
Controls,
Expand Down Expand Up @@ -90,7 +88,7 @@ const App = () => {
<ul>
<li>הזיזו את המפה ובצעו התקרבות והתרחקות באמצעות העכבר.</li>
<li>לחצו על מקום מסוים על מנת לראות את כל הפריטים שקשורים אליו.</li>
<li>לחיצה על האייקון תפתח את דף המקום בויקינתונים.</li>
<li>לחיצה על האייקון <SiWikidata /> תפתח את דף המקום בויקינתונים.</li>
<li>ניתן לסנן כרגע את הרשומות לפי סוג החומר או לפי הקשר בין המיקום הגיאוגרפי והרשומה.</li>
</ul>

Expand Down

0 comments on commit 332295f

Please sign in to comment.