Skip to content

Commit

Permalink
Penambahan Modal Popup & Perbaikan Menu Stream
Browse files Browse the repository at this point in the history
  • Loading branch information
FarhannDev committed Dec 28, 2023
1 parent e42d4bd commit 721ff71
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion components/navigation/NavigationMenuDefault.vue
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ const filterdKategoriInternasional = categories.filter(category => {

<li class="nav-item">
<NuxtLink @click="toggleMenu" :class="`nav-link mx-md-1 ${route.path === '/media' || route.path === `/media/${route.params.id}` ? 'active' : ''
}`" to="/media">Media
}`" to="/media">Stream
</NuxtLink>
</li>
<li class="nav-item">
Expand Down
2 changes: 1 addition & 1 deletion components/navigation/NavigationMenuSticky.vue
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ const filterdKategoriInternasional = categories.filter(category => {
</li>
<li class="nav-item">
<NuxtLink :class="`nav-link mx-md-1 ${route.path === '/media' || route.path === `/media/${route.params.id}` ? 'active' : ''
}`" to="/media">Media
}`" to="/media">Stream
</NuxtLink>
</li>
<li class="nav-item">
Expand Down
7 changes: 3 additions & 4 deletions pages/media/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import { ColorModeInstance } from '@nuxtjs/color-mode/dist/runtime/types';
// Set Meta SEO
useSeoMeta({
title: "Media",
title: "Stream",
description: "Kumpulan semua media smart nation",
ogTitle: "Media",
ogTitle: "Stream",
ogDescription: "Kumpulan semua media smart nation",
});
Expand All @@ -17,8 +17,7 @@ const colorMode: ColorModeInstance = useColorMode();

<template>
<div>
<LazyHeroParallaxBackground text="Media Smart Nation" desc="Kumpulan semua media smart nation"
background="/images/background/bg-contact-me.png" />
<LazyHeroParallaxBackground text="Stream Smart Nation" background="/images/background/bg-contact-me.png" />

<section id="media-streams-section">
<div class="container">
Expand Down

0 comments on commit 721ff71

Please sign in to comment.