Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/404 page #73

Merged
merged 3 commits into from
Mar 16, 2023
Merged

Feature/404 page #73

merged 3 commits into from
Mar 16, 2023

Conversation

pmatyjasik
Copy link
Collaborator

No description provided.

@pmatyjasik pmatyjasik added this to the 1.1 milestone Mar 15, 2023
@pmatyjasik pmatyjasik requested review from xdk78 and Ryczko March 15, 2023 18:52
@vercel
Copy link

vercel bot commented Mar 15, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
employee-pulse ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 16, 2023 at 9:18AM (UTC)

@pmatyjasik pmatyjasik temporarily deployed to preview March 15, 2023 18:52 — with GitHub Actions Inactive
@pmatyjasik pmatyjasik temporarily deployed to preview March 15, 2023 18:52 — with GitHub Actions Inactive
@pmatyjasik pmatyjasik linked an issue Mar 15, 2023 that may be closed by this pull request
import { useRouter } from 'next/router';
import { useEffect, useState } from 'react';

export default function useRedirect(redirectTo: string, seconds: number) {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe better name will be useRedirectWithTimeout

@pmatyjasik pmatyjasik temporarily deployed to preview March 16, 2023 09:17 — with GitHub Actions Inactive
@pmatyjasik pmatyjasik temporarily deployed to preview March 16, 2023 09:17 — with GitHub Actions Inactive
@pmatyjasik pmatyjasik merged commit ba104e4 into dev Mar 16, 2023
@pmatyjasik pmatyjasik deleted the feature/404-page branch March 16, 2023 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add 404 page
2 participants