replaced ti-terminal-2

This commit is contained in:
dakkar 2024-06-21 12:24:04 +01:00
parent c57931d408
commit babe2f3fcf
6 changed files with 12 additions and 6 deletions

View file

@ -89,6 +89,6 @@ const headerTabs = computed(() => []);
definePageMetadata(() => ({
title: 'API console',
icon: 'ph-terminal-window ph-bold ph-lg-2',
icon: 'ti ti-terminal-2',
}));
</script>