diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index e0214f5e9..abea424dc 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -20,7 +20,7 @@ jobs: uses: actions/setup-node@v2 with: node-version: 16 - cache: 'npm' + # cache: false - run: python setup.py - name: cache frontend dependencies id: frontend-cache @@ -44,7 +44,7 @@ jobs: uses: actions/setup-node@v2 with: node-version: 18 - cache: 'npm' + # cache: false - run: python setup.py - name: Starting MongoDB uses: supercharge/mongodb-github-action@1.3.0 @@ -80,7 +80,7 @@ jobs: uses: actions/setup-node@v2 with: node-version: 16 - cache: 'npm' + # cache: false - run: python setup.py # the frontend dependencies include eslint - name: cache frontend dependencies @@ -104,7 +104,7 @@ jobs: uses: actions/setup-node@v2 with: node-version: 16 - cache: 'npm' + # cache: false - run: python setup.py # the frontend dependencies include eslint - name: cache frontend dependencies diff --git a/src/Pages/URLShortener/URLShortener.js b/src/Pages/URLShortener/URLShortener.js index dcb50bf00..a93cbbc72 100644 --- a/src/Pages/URLShortener/URLShortener.js +++ b/src/Pages/URLShortener/URLShortener.js @@ -28,7 +28,7 @@ export default function URLShortenerPage(props) { const [currentSortColumn, setCurrentSortColumn] = useState(null); const [currentSortOrder, setCurrentSortOrder] = useState(null); - const INPUT_CLASS = 'indent-2 block w-full rounded-md border-0 py-1.5 text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-indigo-600 sm:text-sm sm:leading-6 text-white'; + const INPUT_CLASS = 'indent-2 block w-full rounded-md border-0 py-1.5 text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-indigo-600 sm:text-sm sm:leading-6 text-gray'; const LABEL_CLASS = 'block text-sm font-medium leading-6 text-gray-300'; /** @@ -199,7 +199,7 @@ export default function URLShortenerPage(props) {
{startingElementNumber} - {endingElementNumber} / {total}
-+
Showing {startingElementNumber} to {endingElementNumber} of {total + 1} results
>)} @@ -230,7 +230,7 @@ export default function URLShortenerPage(props) { if (!showUrlInput) { return (